Theme related checkbox formating issue in Filter Bar

Home Forums Calendar Products Filter Bar Theme related checkbox formating issue in Filter Bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1202537
    Stan
    Participant

    Good morning.
    I’m using the Highend Theme. In the FilterBar, the chechbox text is “under” the box. This happens in the “day” filter for example.
    I have confirmed this does not happen in other themes.
    I would appreciate any suggestions for how to address this.
    Thanks

    #1202957
    Cliff
    Member

    Hi, Stan. I appreciate your troubleshooting efforts and detailed report, here, but we do not provide theme-specific support, per our Scope of Support / Terms.

    However, I checked out your site’s Events page (thanks for including that URL) and I believe this CSS snippet should solve the issue:

    body.post-type-archive-tribe_events #tribe_events_filters_wrapper label span {
    display: inline;
    }

    This will override the CSS rule from /wp-content/plugins/the-events-calendar-filterbar/src/resources/css/filter-view.min.css that sets the display to inline-block. There must be something about this that conflicts with your theme’s CSS.

    Please let me know how this works for you.

    #1204402
    Stan
    Participant

    Thanks!

    #1204678
    Cliff
    Member

    You’re welcome!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Theme related checkbox formating issue in Filter Bar’ is closed to new replies.