Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1141885

    Hi there,

    We are having an issue with our site when it gets resized/set to half screen. Everything is responsive, but the header/company logo in the top left overlaps our top menu on the right side. We have a good amount of text in the menu, but wanted to see if there was a way to make it so it doesn’t overlap.

    Thanks

    #1141984

    Hey alexx8675,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1141985

    Hey alexx8675,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1142002

    View post on imgur.com

    there’s a link to what it looked like. header crammed into the top left with text overlaying it

    #1142320

    Hi alexx8675,

    Thank you.

    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

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