Home › Forums › WoodMart support forum › Want to create an html block with text and image on category pages › Reply To: Want to create an html block with text and image on category pages
January 7, 2022 at 6:15 am
#343921
Aizaz Imtiaz Awan
Keymaster
Hello,
This works globally for all the shop pages that’s why it is affecting the shop page as well. Please replace the previous CSS with the following then check back and see if this works for you otherwise it requires Customizations.
.tax-product_cat .sidebar-container {
margin-top: 20%;
}
.tax-product_cat .term-description, .page-description {
margin-left: -365px;
}
Best Regards.