Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1306318

    i have this problem, i have the burger menu that activates at 1200, and it looks like this
    with this help code implemented
    https://prnt.sc/15s60su
    *code implemented*
    @media only screen and (max-width: 1199px) {
    #top #header .av-main-nav > li.menu-item {
    display: none!important;
    }
    #top #header .av-burger-menu-main {
    cursor: pointer;
    display: block!important;
    }}
    }

    but I wish it looked like that
    https://prnt.sc/15s64eh

    how can I do?

    #1306498

    Hey fabioderosa,

    You are just wanting the the menu to be on the right side?

    Best regards,
    Jordan Shannon

    #1306505

    yes, please.

    #1306615

    Hi,

    Try the following in quick css:

    .container.av-logo-container .header_main_alternate .container{
    left:70%!important;
    }

    Best regards,
    Jordan Shannon

    #1306675

    Hi have this add my code for see the burger menu a <1200x

    /*fabio burger menu */
     @media only screen and (max-width: 1199px) {
    #top #header .av-main-nav > li.menu-item  {
        display: none!important;
    }
    #top #header .av-burger-menu-main {
        cursor: pointer;
        display: block!important;
    }
    .container.av-logo-container .header_main_alternate .container{
    left:70%!important;
    }
    }

    have add the your string but not see.

    and I would like the 1200px menu to be seen as the 600px menu
    thanks

    • This reply was modified 3 years, 6 months ago by fabioderosa.
    #1306865

    Hi,

    Thanks for the update. Please try this CSS instead:

    @media only screen and (max-width: 1199px) {
    #avia-menu {
      float: right; 
       width: auto !important;
    }
    }

    Best regards,
    Rikard

    #1306904

    ok, is good solution, but I not see the menù, see image please.
    https://prnt.sc/16axw2x

    #1307129

    Hi,

    Thanks for the update, I can’t find the problem unfortunately. Could you try removing all your custom CSS which is related to the menu, then add the blocks back one by one, to see when this problem starts occurring please?

    Best regards,
    Rikard

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