Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1232226

    Hallo, das Burger Menu erscheint ab 1040px zuerst unter dem Logo und bei 990px recht neben dem Logo. Es sollte aber bei 1040px neben dem Logo sein.
    Danke

    #1232332

    Hey Reinhard,

    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: 1100px) {
      #top #header_main_alternate {
        display: none;
      }
      .html_header_top.html_header_sticky #top #wrap_all #main {
          padding-top: 140px !important;
      }
      .html_header_top .av_bottom_nav_header .av-logo-container .main_menu {
        display: block;
      }
      #top #header .av-main-nav > li > a {
            background-color: #fff;
      }
    
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1232618

    Hallo, funktioniert nicht. Das Burgermenü kommt erst bei 990px.
    Zwischen 1100px und 990px habe ich kein Menü.

    #1232718

    Hi faserschmeichler,

    Oh.. I thought you had the menu working for those sizes.

    Please use this code instead:

    
    @media only screen and (min-width: 990px) and (max-width: 1100px) {
      #top #header_main_alternate {
        display: none;
      }
      .html_header_top.html_header_sticky #top #wrap_all #main {
          padding-top: 140px !important;
      }
      .html_header_top .av_bottom_nav_header .av-logo-container .main_menu, .av-burger-menu-main {
        display: block;
        min-width: 80px;
      }
      #top #header .av-main-nav > li > a {
            background-color: #fff;
      }
    
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1232725

    Hallo, jetzt ist das Menü oben. Leider wird das Menü zwischen 1100px und 990px anders dargestellt.

    #1232950

    Hi faserschmeichler,

    Could you please attach some screenshots of the issue?

    It looks the same on my end.

    Best regards,
    Victoria

    #1233446

    Hi, here the links.Menu wrong

    Menu correct

    #1233447
    #1233683

    Hi,

    Thanks for the screenshots. Please try this CSS as well:

    @media only screen and (max-width: 1080px) {
    #top #header .av-main-nav > li > a {
        background-color: transparent;
    }
    }

    Best regards,
    Rikard

    #1233685

    Hallo, hier hat sich nichts geändert.

    #1234056

    Hi,

    Where exactly are you adding it? Please try this instead:

    @media only screen and (max-width: 1080px) {
    #top #header .av-main-nav > li > a {
        background-color: transparent !important;
    }
    }

    If you can’t get it working then please post admin login details in private.

    Best regards,
    Rikard

    #1234114

    Hallo, leider wird ist das Burgermenu zwischen 1100px und 990px anders dargestellt.

    Den Code habe ich im Quick CSS stehen:
    @media only screen and (min-width: 990px) and (max-width: 1080px) {
    #top #header_main_alternate {
    display: none;
    }
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 140px !important;
    }
    .html_header_top .av_bottom_nav_header .av-logo-container .main_menu, .av-burger-menu-main {
    display: block;
    min-width: 80px;
    }
    #top #header .av-main-nav > li > a {
    background-color: #fff;
    }

    }

    @media only screen and (max-width: 1080px) { #top #header .av-main-nav > li > a {
    background-color: transparent;
    }
    }

    td { font-size: 15px; }
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }

    .av-catalogue-title {
    padding-right: 60px;
    text-transform: none; }

    div .slideshow_caption h2 {
    text-transform: none; }

    .av_minimal_header_shadow {
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.25);
    }

    #ui-datepicker-div.fc-datepicker .ui-datepicker-header { height: 36px; background: #719430; color: #ffffff; border-color: #63822a; }

    .pauschalenspalteschatten {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    border: -5px solid #ffffff;
    background-color: #FFFFFF !important;
    padding: 12px !important;
    margin-bottom: 16px;
    }

    .avia-image-container small.avia-copyright {
    font-size: 10px;
    text-align: right;
    }

    .buttonizer.buttonizer-desktop-has-1 .buttonizer-button.button-desktop-1
    {
    width: 80px;
    height: 80px;
    }

    #scroll-top-link {display: none; }

    View post on imgur.com

    #1234558

    Hi,

    Thanks for the update. Could you post login details in private so that we can check why the CSS is not applying please?

    Best regards,
    Rikard

    #1234584

    Hi,

    #1235023

    Hi,

    Thanks for that, you had some invalid CSS in Quick CSS. I’m not sure how you managed to do that, but it’s likely when you copy the code from the forum. I’ve corrected it for you and it’s working as it should now.

    Best regards,
    Rikard

    • This reply was modified 4 years, 3 months ago by Rikard.
    #1235056

    Hallo, danke. Leider wird ist das Burgermenu zwischen 1100px und 990px noch in der Höhe anders dargestellt.
    Es sollte gleich funktionieren wie in der Tablet Version 990px. Das Menü sollte auch mit scrollen.

    View post on imgur.com

    View post on imgur.com

    #1235578

    Hi,

    Please try this CSS as well:

    @media only screen and (min-width: 990px) and (max-width: 1100px) {
    .av-logo-container {
        height: 90px !important;
        line-height: 90px !important;
    }
    }

    Best regards,
    Rikard

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