This topic has 5 replies, 2 voices, and was last updated 5 months, 2 weeks ago ago by Luca Rossi
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
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.
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!
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?
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.
You must be logged in to reply to this topic.Log in/Sign up