Product page layout

Solved

Product page layout

RonaldS11
Shopify Partner
17 0 2

Hi everybody.

 

I have a problem with more products from my website.

I recently added some products and the product page looks weird.

You can see in the first image the product that I am talking about, the description is very narrow. Also I added an image with the page where you add the products, there it looks very clean.

 

n.png

 

This one is another product with narrow description box.

s.png

here

Screenshot 2024-10-18 165444.png

Accepted Solution (1)
suyash1
Shopify Partner
10825 1338 1715

This is an accepted solution.

@RonaldS11  please click on <> in the right corner of the screenshot you sent above, it will open the html/css code.

 

Check if you find line - <div class="detail-tabs col-sm-6">

 

remove col-sm-6 from it so it becomes  <div class="detail-tabs">

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 4 (4)

suyash1
Shopify Partner
10825 1338 1715

@RonaldS11 - Can you please share this page link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
suyash1
Shopify Partner
10825 1338 1715

This is an accepted solution.

@RonaldS11  please click on <> in the right corner of the screenshot you sent above, it will open the html/css code.

 

Check if you find line - <div class="detail-tabs col-sm-6">

 

remove col-sm-6 from it so it becomes  <div class="detail-tabs">

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
RonaldS11
Shopify Partner
17 0 2

@suyash1  Thank you for your response.

In the end I succeeded by modifying all the html