mini calendar widget overflow

Home Forums Calendar Products Events Calendar PRO mini calendar widget overflow

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #991573

    hello, the minicalendar widget overflows in the sidebar. please help me to find the problem.
    Youll find it in the home: http://www.aearboricultura.org
    Thanks.

    #991609
    George
    Participant

    Hey @nestor,

    This is unfortunately caused by CSS from your theme, so we can’t offer complete support here. However, you can get started by adding CSS like the following to the bottom of your theme’s style.css file to make the calendar widget width a bit more reasonable:


    .tribe-mini-calendar tr td {
    padding: 9px 0 !important;
    }

    .tribe-mini-calendar tr th {
    padding: 9px 0 !important;
    }

    You can play around with those values to adjust the sizing as needed. Beyond this, you should contact your theme developer for more support here, or install a [free!] tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome so you can use the “Inspector” tools of these to find the CSS and HTML you’ll need to tweak to get things looking just right 🙂

    Cheers,
    George

    #992046

    So, thanks! it’s solved!

    #992387
    George
    Participant

    Great! Keep a backup of all custom code like this and bookmark the link to this forum thread so you can add the CSS back to your site if it gets accidentally erased or overwritten in a theme update or something.

    Cheers,
    George

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘mini calendar widget overflow’ is closed to new replies.