How to widen the List/Month bar on Events Page

Home Forums Calendar Products Events Calendar PRO How to widen the List/Month bar on Events Page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1128940
    qhmembers
    Participant

    Currently at the top of the Events page it shows List and Month to change the view of the details in my events. If you look, you’ll see that its wrapping the Months into Mont and ‘h’ on 2 separate lines. That means thie CSS is in Error for this width. Why is that happening and how do I fix it?

    Also, how do I turn that feature (displaying it) off/on? And is that ability only with Pro and not standard?

    http://quartzhillchamber.com/upcoming-events2/

    #1129213
    Josh
    Participant

    Hey Christopher,

    Thanks for reaching out to us!

    You can fix the wrapping of the text there in a couple of different ways. One of the simplest would be to add the following to your theme’s stylesheet:

    
    .tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
    font-weight: 300;
    }
    

    If you want to hide the view switcher completely. You could also take a stylesheet approach as well if you’re most comfortable with that and add the following to your theme’s stylesheet:

    .tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
    display:none;
    }
    body.tribe-bar-disabled #tribe-bar-form #tribe-bar-views+.tribe-bar-filters {
    right:0;
    }
    `
    Let me know if this helps.

    Thanks!

    #1135506
    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 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to widen the List/Month bar on Events Page’ is closed to new replies.