Few problems on product page
-
Hi,
I have little (I hope) problem on product page: too big gap between “SKU, Tags” and “Description” section and too small gap between “Description” and “You may also like” header.
Could you help me to solve this?
The second thing is: how to control font size of “You may also like” header?
BTW, maybe you will add font size and line height functionality to all Typography sections in Theme Options? That would be very helpful.
Below screenshot of my product page with explanations.
Thank you!
MieT
Attachments:
You must be
logged in to view attached files.
Hello,
Please, provide us your website and admin access so we could check it.
Regards
We can’t login with this access.
In first popup type just:
Decrease and increase the space with this simple code snippet
.single-product-content .product-image-summary {
margin-bottom: 20px;
}
.related-and-upsells {
margin-top: 20px;
}
Thanks!
And how to control font size of “You may also like” (MOŻESZ LUBIĆ TAKŻE…) header?
Regards
MieT
Use this
.related-and-upsells .slider-title {
font-size: 16px;
}
The topic ‘Few problems on product page’ is closed to new replies.