This topic has 4 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
Hi
Can you please provide us with custom css so that the subcategory title appears UNDER the image, rather than on top of it, here:
https://ctsfishing.com/product-category/rod-building/guides
Thanks
Hello,
Theme Options > E-commerce > Categories > Text vertical align > Bottom OR add this code in Theme Options > Styling > Custom css:
.category-grid .categories-mask {
bottom: -35%;
top: unset;
}
.products-grid .product-category {
margin-bottom: 5% !important;
}
Let me know the result.
Regards
Thanks for the quick reply!
The Theme Options / Vertical Align: Bottom did not push the text down far enough.
I tried the CSS instead, and it is better, but it still covers the image:
Please change the previous code to:
.category-grid .categories-mask {
bottom: -30% !important;
top: unset !important;
}
.products-grid .product-category {
margin-bottom: 10% !important;
}
.shop-full-width {
padding-bottom: 1em;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up