Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1214243

    Hi

    How do I stop the logo overlaying the menus before it becomes to a hamburger.

    it does eventually go to a hamburger but there is a point where it overlays

    Thanks

    #1214254

    Hey,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/menu/#toggle-id-87 and switch to mobile menu on higher screen sizes.

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start new threads under Enfold sub forum :)

    Regards,
    Yigit

    #1214264

    Hi

    I can’t see the option to switch to mobile on higher screen sizes

    #1214466

    Hi,

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

    @media only screen and (max-width: 1024px) {
      nav.main_menu {
        display: block !important;
      }
      #avia-menu .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }

    Change the value 1024 to the pixel value of your choice.

    Best regards,
    Jordan Shannon

    #1215059

    Hi i change the number in customise / additional css but is the logo still overlays the text

    #1215099

    Hi,

    Please provide a link to the site in the private area

    Best regards,
    Jordan Shannon

    #1215268

    Hi detaila below

    #1215525

    Hi gregcarrollLMG,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-main-nav > li > a {
      padding: 8px 11px 13px 11px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1216457

    hi this is still not working please see screen shot

    #1216601

    Hi gregcarrollLMG,

    Sorry, we were not clear enough, the code given by Jordan need to be supplemented with the one I gave you, not replaced.

    I adjusted the code for you. Please check.

    Best regards,
    Victoria

    #1216613

    Perfect Victoria thank you very much

    #1216652

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘overlay of menus into hamburger’ is closed to new replies.