make description visible also on mobile
-
Hi,
I would like to make the description visible also on the mobile, currently it’s hidden: https://prnt.sc/tfuwgo
vs. please check on desktop: https://localdrivesme.com/product/badacsony/
I don’t know where to control this.
Those “products” are added via visual composer.
Could you please advise?
Thanks a lot
Hello,
I saw the screenshot you attached and visited your website. It seems that you have hidden the Description tab on mobile.
Screenshot for Clarification: https://ibb.co/TtZmQ90
Please try and add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.tabs-layout-tabs {
display: block;
}
Best Regards.
Thanks for the prompt reply and the hint,
I think it’s pre-coded hidden, it wasn’t me
I solved this with this css:
.product-list-item .woocommerce-product-details__short-description {
display: block!important;
}
Have a nice day
Hello,
You are Most Welcome.
The CSS code I provided was to enable all the tabs.
We are Glad that you managed to resolve the issue by yourself. You are the best!!!
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘make description visible also on mobile’ is closed to new replies.