This topic has 4 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Rose Tyler
HI,
I am using Product Categories widget on home page. However I can see that the whenever I enable Product Categories->General-> ‘Stretch Images’ the Product Categories->Content-> ‘Content Position’ disappears. I would like to keep the labels underneath the category image as it is when ‘Stretch Images’ option is turned OFF. How can I achieve that?
Hello, Ecommercedev,
Thank you for contacting us and for using XStore.
Please provide URL of page with the mentioned widget added and temporary wp-admin access.
Kind Regards,
8theme team
This workaround seems to fix it:
.category-grid.content-inside .categories-mask{
position: static !important;
-webkit-transform: none;
transform: none;
width: 100%;
}
But it would be nice to have an option to show categories text below despite of fact if image is stretched or not.
Hello, Ecommercedev,
We are glad that you sorted it out.
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up