This topic has 5 replies, 3 voices, and was last updated 1 years, 11 months ago ago by franksong
Hi, I have encounter a issue under single product page.
Near the bottom there is a product tag selection for new/necklace/bracelets
Under normal laptop view it shows fine.
But when it comes to mobile, the tag floats up and cover heading.
In elementor it shows normal. So that I think maybe there is some conflict in between, Do you know how can I adjust to normal?
Hello, @franksong,
In order to solve your issue please copy and paste the below-given CSS code to XStore >> Theme Settings >> Theme Custom CSS >> Global and Save settings and check back to your site after removing the browser cache.
@media only screen and (max-width: 991px)
.et-advance-tabs .et-tabs-nav>ul {
margin-top: 50px !important;
}
The result will appear like this: https://ibb.co/9nDqMXx
Regards 8Themes Team.
Hi, I did following as you mentioned and then cleared the cache.
It seems not pointing to that element?
Can you checking the steps I did is correct?
Hello,
Thanks for the reply.
Please change the code to
@media only screen and (max-width: 991px) {
.et-advance-tabs .et-tabs-nav>ul {
margin-top: 50px !important;
}
}
Regards
Sweet! that fixs this issue. Thank you for rapid respond!
Tagged: adjustment, best selling, conflict, mobile, responsive, themes, woocommerce
The issue related to '‘How to adjust responsive conflict under mobile page’' has been successfully resolved, and the topic is now closed for further responses