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

    Hey there!
    After searching for the right code, I found something in your forum sothat my menu collapses on my home page at a width of 1167px but after checking the other pages, it does not collapse there.

    Here is the Code from the Quick CSS:

    @media only screen and (max-width: 1167px) { 
    .av-main-nav > li.menu-item-avia-special {
        display: block;
    }
    .av-main-nav > li.menu-item {
        display: none;
    }}

    Can you tell me what I need to change sothat the menu collapses on the sub pages too?

    Thank you for your awesome theme!

    • This topic was modified 7 years, 1 month ago by sleeptri.
    #859128

    Hey sleeptri,

    Please, may you provide to us your website link and the WP and FTP credentials?

    Best regards,
    John Torvik

    #859138
    This reply has been marked as private.
    #859364

    Hi,

    Can you please clear your cache at your web site and try again?

    Best regards,
    Basilis

    #859408

    Hey
    have cleared my cache in my web browser and used two different browsers and another computer but I think you mean a different cache. How can I clear my web site cache?
    Is there an option in wordpress or do I need to do something with my server?

    Best regards,
    Alexander

    #859592

    Ok, just changed the code in the css file.
    Not the wanted way but works.

    Thanks and best regards!

    #859912

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Custom Menu Breakpoint works just for the home page’ is closed to new replies.