Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1087868

    Hi,
    I know this sounds strange but somehow a burger menu icon is now inside of my sidebar menu and I cannot figure out how to get rid of it.
    I provided a link in private contact for you to see what I am talking about.

    #1087960

    Hey mcdorman4,

    Can you please make that account admin, we need to be able to check theme options and the menu area.

    Best regards,
    Victoria

    #1088011

    I have changed it to admin.
    Thanks,
    Melissa

    #1088127

    I had to use some CSS to get rid of it but I still am baffled as to why it was there in the first place…

    If you want to take a look at it and see what I am talking about you can still login and remove the CSS to see what I was talking about.

    Thanks,
    Melissa

    #1088281

    Hi Melissa,

    Thanks for the update, which CSS did you add to solve the problem?

    Best regards,
    Rikard

    #1088335

    I used this CSS

    @media only screen
    and (min-device-width : 767px)
    { .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item{
    display: block!important;
    }

    .av-burger-menu-main.menu-item-avia-special {
    display: none!important;
    }

    #1088568

    Hi,

    Thanks for sharing, are you ok with using that CSS to solve your problem?

    Best regards,
    Rikard

    #1088697

    I ended up changing the layout and deleting the CSS. This was due to a design change.
    Thank you,
    Melissa

    #1088806

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Burger Menu Inside Sidebar Menu’ is closed to new replies.