This topic has 2 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
The theme is messing up the product titles in the shop page. When I attempt to fix this by adding in a margin-top: 20px for spacing it will work in the “Inspect” tool in chrome but when editing the actual CSS Style file nothing happens or changes even though it is the same code line and place that I did in the inspect file.
Hello,
Please add this code in Theme Options > Styling > Custom css or in style.css file of your child theme:
.content-product .product-title a {
line-height: 1.2;
}
http://prntscr.com/kv8z0p
Do not forget to clear cache before checking the result.
Regards
You must be logged in to reply to this topic.Log in/Sign up