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

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

sunwalker_
Excursionist
18 0 9

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
7110 1908 2342

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

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


sunwalker_
Excursionist
18 0 9

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

Moeed
Shopify Partner
7110 1908 2342

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 Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications