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

    Dear Sirs!

    My main Menue is perfekt transparent and well in size.

    but switching to smaller sizes it gets underlayed and increased in size (which matters on phones)

    solution?

    desktop: transparent menue/size perfect

    View post on imgur.com

    switching smaller size – menue not transparent/size blown up for no reason

    View post on imgur.com

    #1265420

    Hey buerogestaltet,

    Can you try adding this CSS code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:989px) {
      .responsive.html_mobile_menu_tablet #top #wrap_all #header {
        position: absolute !important;
        background-color: transparent !important;
      }
    
      .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a, 
      .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container {
        height: 60px !important;
        line-height: 60px !important;
      }
    }

    Best regards,
    Nikko

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