Hi all,
Under the description for each of my products, I am including normal text at the top, with heading 6 to comment on the dimensions of the product.
I am trying to reduce the size of the whitespace between the paragraphs, however none of the codes previously suggested seemed to be working (such as the below)
.product-single__description { margin-top: -10px; }
Please can someone assist me in how to reduce the margin between the paragraphs.
URL site showing the gap in the paragraphs is https://smcalendars.com/collections/ramadan-countdown-calendar-english/products/ramadan-celebration-....
Thanks,
Rob
Please add the following code at the bottom of your assets/theme.css file.
.product-single__description.rte h6 {
margin-top: 10px;
margin-bottom: 10px;
}
Hope this works.
Thanks!
Hello There,
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss.liquid->paste below code in bottom of file
.product-single__description.rte h6 {
margin: inherit!important;
}
.product-single__description {
margin-top: 5px!important;
}
User | Count |
---|---|
448 | |
188 | |
139 | |
60 | |
44 |