Hi, I’m wondering if anyone can help. I’ve put some sales points into my product page. I needed to change the text to h5 so that it was readable but the padding is too big:
Before, when it was at h2 (standard) there was little padding:
I prefer this but with the font of h5
Please help
Ash
@ashashash - can you please share the page link where you have it?
@ashashash - add this css to the very end of your base.css file and check, adjust number 10 as per the need, should look like screenshot below
.accordion h5{margin-top: 10px; margin-bottom: 10px;}
Yes! It worked perfectly thank you so much!