New Shopify Certification now available: Liquid Storefronts for Theme Developers

SmartTabs - text under tabs moves across entire width of page, how to cut it off?

sunwalker_
Excursionist
16 0 7

Hi all, I'm back again with another question!

 

I have been using SmartTabs for a while and thus far everything works fine. However, I find that the text under the tabs continues across the entire width of the page. I don't really like the look of that. Is there any way to have the text cut off at approx the point of the product info table below?

 

screenshot store 270723.png

Replies 3 (3)
Moeed
Shopify Partner
3051 761 925

Hey @sunwalker_ 
Kindly share your Store URL and Password if enabled

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
sunwalker_
Excursionist
16 0 7

Hey @Moeed thank you for your message. I sent you a private message with details. 🙂 

Moeed
Shopify Partner
3051 761 925

Hey @sunwalker_ 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag

<style>
.smart-tabs-content-wrapper {
    max-width: 54%;
}
</style>

Moeed_0-1690445655736.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️