Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #702081

    Hello, when browsing a full version of my website http://www.cyclecentralpark.com the menu items overlap each other – when the window size is reduced !

    Also – in a mobile version – is there a way to get “back to top” button on every page ?

    Thanks for your support

    #702231

    Hey Boria20000,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 1195px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
    }
    
    @media only screen and (max-width: 767px) {
    #scroll-top-link {
    display:block !important;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 8 years, 1 month ago by Rikard.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.