Shopify themes, liquid, logos, and UX
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)
Solved! Go to the solution
This is an accepted solution.
Hi @rebelcopenhagen ,
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
@media (min-width: 768px) {
.t4s-product-tabs-wrapper.is--tab-position__external{
margin: 0 !important;
}
}
</style>
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
Hello @rebelcopenhagen
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.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;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hi @rebelcopenhagen ,
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
@media (min-width: 768px) {
.t4s-product-tabs-wrapper.is--tab-position__external{
margin: 0 !important;
}
}
</style>
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
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024