The images shows that the Text Contents overlaps the section. how to fit all in the text section?

Solved

The images shows that the Text Contents overlaps the section. how to fit all in the text section?

Bolder1
Tourist
6 0 5

The images shows that the Text Contents overlaps the section. how to fit all in the text section on both desktop and mobile? Pls help

Untitled.pngUntitled2.png

Accepted Solution (1)
Moeed
Shopify Partner
7518 2032 2498

This is an accepted solution.

ah my bad, please delete the code from password.liquid file and add it into theme.liquid file

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 6 (6)

Moeed
Shopify Partner
7518 2032 2498

Hey @Bolder1 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Bolder1
Tourist
6 0 5

https://wavillc.com/blogs/news/best-pre-workout-snack 

all text contents on all blog posts looks like this, they overlap the text section. Maybe it's the blog post template or what else

Moeed
Shopify Partner
7518 2032 2498

Hey @Bolder1 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find password.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.article-template__content div {
    max-width: 100% !important;
}
.article-template__content pre {
    white-space: normal !important;
}
</style>

RESULT

Moeed_0-1746435453542.png

 

If I managed to solve your problem 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


Bolder1
Tourist
6 0 5

It didn't work. Did I do it wrong?

 

Untitled1-3.pngUntitled1-2.png

Moeed
Shopify Partner
7518 2032 2498

This is an accepted solution.

ah my bad, please delete the code from password.liquid file and add it into theme.liquid file

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Bolder1
Tourist
6 0 5

It did worked. Thanks a lot @Moeed you're a great help