Tribe Event Bar not displaying correctly

Home Forums Calendar Products Events Calendar PRO Tribe Event Bar not displaying correctly

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #103047
    jmarstrell
    Participant

    The TribeEventBar is not displaying correctly with my theme. I have tried to modify the CSS without any luck. Any suggestions?

    #103276
    jmarstrell
    Participant

    Here is a link to the page, http://www.marstrell.com/events

    #103282
    Barry
    Member

    Hi – thanks for sharing that link.

    This seems to stem from some rules in a stylesheet added by your theme: themes/frisco/css/shortcodes.cssĀ (as an aside, this same file seems to have been added twice). What I’d recommend here is adding some new rules to a custom tribe-events.css stylesheet as follows:

    #tribe-events-bar form label {
        float: none;
        width: 16.667%;
    }
    
    #tribe-events-bar form div {
        clear: none;
    }

    You would still need to do a little tidying up but that ought to provide much better presentation of the Tribe Bar. You can find details for setting up a custom tribe-events.css stylesheet in our Themer’s Guide (link over on the right under Useful Resources).

    Does that help?

    #103314
    jmarstrell
    Participant

    Thank you, a lot better. Now I just need to make the labels a little longer to stop them from wrapping.

    #138214
    Barry
    Member

    (Closing this thread as it’s been quite a while – if we can help with anything else please do create a new thread. Thanks!)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Tribe Event Bar not displaying correctly’ is closed to new replies.