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

    Hi, I tried all the options you suggested in previous support ticket to stop the navigation from overlapping the logo but nothing works. Please help

    On a separate note… I use enfold all the time and it’s my favorite theme.

    However this time I seem to be having difficulty. It just seems buggy, I don’t know if it’s a recent update or what, but the advanced styling tabe where you can control individual elements isn’t working at all.

    I don’t have any caching plugins and I also tried deactivating all plugins clearing my browser cache in firefox and in chrome and nothing helps

    I’ve never had this happen before.

    So my 2 main problems are the navigation overlapping the logo and the advanced styling not working.

    Can you please help?

    Credentials below

    #598799

    Hey acbrent25,

    Your site is very narrow so the menu overlaps even on my 15″ laptop, maybe you could set your container width to a higher value? You can use the following code to activate the mobile menu earlier, just change 1024 to the pixel value of your choice:

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

    What exactly is not working in advanced styling?

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.