On the Cart page, I have two lists in the header !!!

This topic has 5 replies, 2 voices, and was last updated 3 months, 4 weeks ago ago by Luca Rossi

  • Avatar: Alzain
    Alzain
    Participant
    June 9, 2024 at 00:21

    Hello, I hope you are well

    On the payment page, I have two lists for the header. Mobile menu + desktop menu..
    Can you help me solve the problem..

    Thank you

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Alzain
    Alzain
    Participant
    June 9, 2024 at 07:31

    more clarification
    When I’m browsing cart page, on the phone and desktop pc. I see two lists in the header

    If I browse the site from my phone, I want the mobile menu to appear. Not two lists

    Likewise, if I browse the site from a desktop device.
    I want to see my desktop menu. Not both lists together.

    Avatar: Justin
    Luca Rossi
    Support staff
    June 9, 2024 at 09:42

    Hi @Alzain,

    Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    @media (min-width: 980px){
        .woocommerce-cart header#header .mobile-header-wrapper,
        .woocommerce-checkout header#header .mobile-header-wrapper{
            display: none;
        }
    }
    @media (max-width: 979px){
        .woocommerce-cart header#header .header-wrapper,
        .woocommerce-checkout header#header .header-wrapper{
            display: none;
        }
    }
    

    Hope it helps!

    Avatar: Alzain
    Alzain
    Participant
    June 9, 2024 at 10:58

    Hi Luca Rossi

    I did what you told me. But the problem still exists.

    Why did this problem appear?
    Is the problem due to the latest update?

    Please contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    June 9, 2024 at 15:13

    Hi @Alzain,

    There was a syntax error in your custom CSS codes and we’ve already fixed it.

    Could you please check again?

    Why did this problem appear?
    Is the problem due to the latest update?

    It might be conflicted with the 3rd party plugins, we couldn’t reproduce this issue on our local sites.

    Best Regards,
    The 8Theme Team.

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.