Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #338140

    Hello –

    I followed your instructions in this post: https://kriesi.at/support/topic/remove-breadcrumbs-on-events-calendar-calendar-and-single-event-pages/#post-336869 to successfully remove the breadcrumbs from my Events Calendar pages. However, it messed up my main menu :( Hover on the “Join the club” and “Members” menu to see what I mean…

    Please advise.
    Your help is greatly appreciated..

    billlon

    #338652

    Hey billlon!

    Please add following code to Quick CSS

    #header .three.units {
    width: auto;
    }

    Best regards,
    Yigit

    #338685

    that doesn’t seem to fix the problem :(

    (the updated quick CSS is live right now if you’d like to take a look)

    Thanks again for the help

    #338689

    Hey!

    Please try adding !important rule as following

    #header .three.units {
    width: auto !important;
    }

    code is currently not being applied

    Cheers!
    Yigit

    #338710

    great! This made the menu appear again. But it it now a lot narrower than it used to be, such that a number of menu items are now displayed on two lines – I think it looked better with the wider (default) setup.

    Can I achieve that look again?

    Thanks!!!!

    #338715

    Hey!

    You can change the value to a fixed value as following

    #header .three.units {
    width: 220px!important;
    }

    and adjust as needed

    Cheers!
    Yigit

    #339385

    Thanks so much for the quick support. It works!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Issue with breadcrumbs and menu on Events Calendar pages’ is closed to new replies.