This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
How can I fix the text layout on the product page? The product description header starts at the timer level.
Hello,
Please try to add this code in custom.css of parent theme or in style.css file of child theme:
.product_description_mainblock h5 {
margin-top: 25px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up