• Hi there!

    I am using Astra theme + the woocommerce menu cart plugin and only display my shopping cart in my menu, so just 1 menu item. On mobile, I first have to click the hamburger menu (4 stripes) icon, in order to display the menu cart. I want to remove the hamburger menu and just show the menu cart icon, like on the desktop version.

    Searched all over the web for 2 hours but nothing I found could fix it.

    Thanks in advance!

    • This topic was modified 5 years, 6 months ago by rudirudi.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello @rudirudi,

    First, kindly go to your Customizer -> Header -> Primary Menu, and then check the option Take Last Item Outside Menu as mentioned in this screenshot – https://cl.ly/127fd74de3b6

    After that, please use the following CSS in the Customizer under Additional CSS Tab to remove that hamburger menu:

    @media (max-width:768px){
    .ast-button-wrap {
        display:none;
    }
    }

    I hope this helps. Let me know how it goes.

    Regards,
    Sweta

    Thread Starter rudirudi

    (@rudirudi)

    It worked! Thanks for your quick response :):)

    Hello @rudirudi,

    I’m glad it works out for you. Thanks for letting us know.

    If you need any further help. please do let us know.

    Regards,
    Sweta

    Thread Starter rudirudi

    (@rudirudi)

    Hi Sweta,

    Would you also happen to know how to adjust the color of the logo, logo text and logo size? You can see on https://www.getclampy.com that it’s now quite a large shopping bag on mobile…

    Thanks!
    Roel

    Hello @rudirudi,

    Please use the following CSS:

    @media (max-width:768px){
    .ast-cart-menu-wrap .count{
        border-color: #161616;
        color: #0c0b0b;
    }
    .ast-cart-menu-wrap .count, .ast-cart-menu-wrap .count:after{
        border-color: #100f0f;
        color: #141413
    }
    
    .ast-header-break-point .woocommerce-custom-menu-item .ast-cart-menu-wrap{
        font-size:15px;
    }
    }

    I hope this helps. Let me know.

    Regards,
    Sweta

    Thread Starter rudirudi

    (@rudirudi)

    Hi Sweta,

    Spot on! Worked like a charm ??
    Thank you so much!

    Regards,
    Roel

    Thread Starter rudirudi

    (@rudirudi)

    Hi Sweta, do you also know, how to get the site logo centered in the Astra theme?

    Hi @rudirudi ,

    We have given an option in the header feature to have the logo in the center. Here is the screenshot that would help: https://bit.ly/2LJm67T

    You can also set the logo in center for mobile as well. Here is the screenshot: https://bit.ly/34DccgF

    Regards,
    Deepak

    Thread Starter rudirudi

    (@rudirudi)

    Hi Deepak,

    Thank you for your reply. Ive seen thay option, but then the menu is no longer in line with the logo but below.
    I would like to keep the menu in line and center the logo.

    Regards
    Roel

    Hi @rudirudi ,

    By default, the menu hamburger icon and logo are aligned inline only.

    If that is not working for you then please open a support ticket so that we can have a better look at your issue.

    Regards,
    Deepak

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Remove hamburger menu (display normal menu) on mobile’ is closed to new replies.