Hi.
How do I change the line space above and below the Tab section?
I can’t find any margin/padding setting in the theme and am unsure what code to look in.
The theme is Kalles
The link is https://www.rebelcopenhagen.dk/products/8434685482288? (code is copenhagenrebel)
Hello @rebelcopenhagen
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
.t4s-product__info-container>:not(:last-child) {
margin-bottom: unset !important;
}
.t4s-custom_html_qFExAf.t4s-pr__html.t4s-rte img {
vertical-align: middle !important;
}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
1 Like
Hi @rebelcopenhagen ,
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code just above tag
Result:
If you require further help to optimize or customize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
LuffyOnePiece
1 Like