customize calendar width

Home Forums Calendar Products Events Calendar PRO customize calendar width

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1179498
    Lauren Martindale
    Participant

    Hi,

    I am unable to change the width of my calendar pro plug in. I have put it in the sidebar of every page, but its too wide. The site is http://d33.606.myftpupload.com/ can you help me with this please?

    Thanks!

    #1179594
    George
    Participant

    Hey Lauren,

    Modifying the width, color, or other sort of appearance traits of things unfortunately requires customization and is outside the scope of our support forums.

    Usually it requires CSS to make these sorts of changes. To write custom CSS on your site, definitely check out a [free!] tool like Firebug if you use FireFox, or the Developer Tools for either Safari or Chrome. They have “Inspector” tools that let you zoom right over the element and see what styles you can change to adjust their width, colors, padding, etc.

    As a quick example of using CSS to make these sort of customization changes, here is some CSS that would modify the width of the sidebar calendar widget:


    .widget.tribe_mini_calendar_widget {
    width: 90% !important;
    }

    I hope this helps! 😀

    Cheers,
    George

    #1190405
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘customize calendar width’ is closed to new replies.