Home › Forums › WoodMart support forum › There is an empty space in drop down arrows in mobile. › Reply To: There is an empty space in drop down arrows in mobile.
Aizaz Imtiaz Awan
Hello,
I saw the screenshot you attached.
As I mentioned in my previous reply. You have added the tabs for the products that’s why its appearing on the products.
It seems that you are using it for some products that’s why they are displayed. The product tabs work same for all the products and unfortunately, there is no option in theme settings to hide them when ave no data. Or display them only if they have data in them. It requires customization and this is beyond our limitations and support policy.
If you want to hide them then you can add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.woodmart-accordion-title.tab-title-woodmart_additional_tab {
display: none !important;
}
.woodmart-accordion-title.tab-title-cherry_wc_video {
display: none !important;
}
.woodmart-accordion-title.tab-title-reviews {
display: none !important;
}
.woodmart-accordion-title.tab-title-additional_information {
display: none !important;
}
Or you can use HTML Blocks to use for each product and add data inside them if you want to add it for specific products.
Best Regards.