how to fix height of tabs? bcoz there is no option available for height..
Hey jskindustrial,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
.tab{
height:60px!important;
}
.tab span {
top: 20px!important;
position: relative!important;
}
Best regards,
Jordan Shannon
Its not working but i change css this
.tab_content {
height:550px!important;
} its work fine
but i have another issue…it content didn’t show in mobile.. Actually its work fine in pc version
you can see here in this image
Hi,
Not seeing the image you referenced above. Can you add it?
Best regards,
Jordan Shannon
can you see it now?
otherwise i paste link in private section. you can see in mobile
Hi,
The slider actually displays eventually after 5 seconds because of the set slider duration. This might not be the best way to display your products or items. All items should be immediately accessible on page load and if the user need to see more items, there should be a link that takes the user to that page with all the items listed, maybe a link to a category page or the base shop page.
To fix the issue on mobile view temporarily, try to decrease the number of items in the slider so that all of them are visible on the first active slide.
Best regards,
Ismael