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

    Ab 1205px soll das Menü in den Bürger Mobilen Modus gehen, funktioniert auch.
    Macht er aber nur von 1205px bis 990px danach ist es nicht mehr sichtbar.
    Child Theme angelegt mit einer style.css.

    #914492

    Hey Lars,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 768px) { 
    .html_header_top .av_bottom_nav_header .av-logo-container .main_menu {
        display: block;
        top: 20px;
        right: 20px;
    }}
    

    Best regards,
    Yigit

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