How to increase month and year dropdown menus in calendar view.

Home Forums Calendar Products Events Calendar PRO How to increase month and year dropdown menus in calendar view.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #32718
    Steve
    Participant

    I’m trying and failing to increase the size of the little drop down menus in calendar view. I’d also like to change the look of them slightly. How do I do this? Is is css or…?
    Thanks

    #32737
    Jonah
    Participant

    Hi Steve,

    In order to change the width, yes, you would use CSS. You should be able to target them in your themes style.css like so:

    #tribe-events-events-month, #tribe-events-events-year {
    width: 200px;
    }

    To change the look is a whole other can of worms. Your best bet if you really want to change the look is to use something like this: http://harvesthq.github.com/chosen/

    Does that help?

    – Jonah

    #32955
    Steve
    Participant

    thanks. so I can’t change height and font size?
    cheers
    steve

    #32967
    Jonah
    Participant

    Hi Steve,

    Sure you can, just use the proper CSS in order to do so:

    #tribe-events-events-month, #tribe-events-events-year {
    font-size: 16px;
    height: 100px;
    width: 200px;
    }

    #978654
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to increase month and year dropdown menus in calendar view.’ is closed to new replies.