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

    Hello,
    how can i customize the menu-burger / mobile style?
    Because already at the size of a 13-inch PC, the menu items end up on the slide of the home page.

    Thanks

    #1260846

    Hey brand,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1261828
    This reply has been marked as private.
    #1262001

    Hi brand,

    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

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

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1262732
    This reply has been marked as private.
    #1262777

    Hi brand,

    Can you please share the login link too?

    Best regards,
    Victoria

    #1262799
    This reply has been marked as private.
    #1262864

    Hi brand,

    I adjusted the code for you. Please check.

    Best regards,
    Victoria

    #1262871

    Thank you so much for helping me. Instead for the side menu, what can I do to make it visible above the footer, in responsive mode? Because in mobile it disappears

    #1263070

    Hi brand,

    Hmmmm… you but it’s the same menu, right?

    And you want to duplicate it in the footer?

    Best regards,
    Victoria

    #1263138

    no, it’s not the same, it’s a second menu in the right sidebar: it should be visible for PC screens up to 15 inches and then disappears

    #1265358

    Hi,
    Sorry for the very late reply and thanks for the link to your site, as I understand your issue with the mobile menu, many menu items after “PSICOLOGIA E VISIONE DELL’UOMO” are off the screen because the menu is so long.
    I see that many of your menu items are children of parent menu items, collapsing these would allow all of your mobile menu items to show.

    Best regards,
    Mike

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