Hello, I’m usig the 2 Plugins, WooCommerce Menu Cart and WMPL(Language Switcher Menu) both are setup in the TopMenu of my Theme but on Mobile version it is not Horizontal Align it is LangSwitcher newline ShopingCart any options to fix this with CSS?

My Site: My Website
Hello,
You cna try adding this custom css to your theme panel under custom code:
@media (max-width: 767px){
.td-wpml .menu-top-container {
width: 100%!important;
}
.top-header-menu{
display:flex!important;
}
.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu{
right: auto!important;
left: 0!important;
}
}
Thank you!
hello,
indeed it gets a css value to remove the pointer events. Please replace the code with this one:
@media (max-width: 767px){
.td-wpml .menu-top-container {
width: 100%!important;
}
.top-header-menu{
display:flex!important;
}
.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children .sub-menu{
right: auto!important;
left: 0!important;
}
.td-wpml .menu-top-container .wpml-ls-item.menu-item-has-children > a{
pointer-events: all;
}
}
Thanks
Hi,
I tried to access the website, seems to be unavailable at the moment
– https://www.screencast.com/t/gfijcp8sW
Please let us know when we can check.
Thanks
Still can’t access it, it’s the maintenance mode. You can send us an email at contact@tagdiv.com and provide the login details so we can access it.
Please include a link to this topic in the email.
