Home › Forums › WoodMart support forum › Cut off the product / article titles › Reply To: Cut off the product / article titles
February 18, 2018 at 9:18 am
#40634
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.product-image-summary .entry-title {
padding-left:15%;
padding-right:15%;
}
Regards