Cut off the product / article titles
-
Hello there.
I want to cut off the product / article titles from where I want. Then I would throw to the bottom line.
Could you help? Thanks.
Attachments:
You must be
logged in to view attached files.
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
Thank you. But when you do it the way you say, the others can break down. No other solution? Do not we have a chance to use code like <br/>?
Thank you.
Sorry, but you can’t use HTML code there.