We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Description out of designated space

Solved

Description out of designated space

Matteo96
Excursionist
21 0 4

Hello,

Does anyone have any idea how to fix the description not getting out of the space?

It's really frustrating that I can't fix this issue.

A little help will be much appreciated.

 

 

Screenshot 2024-06-16 104628.png

Accepted Solutions (2)
BSSCommerce-HDL
Shopify Partner
2305 835 907

This is an accepted solution.

Hi @Matteo96
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_0-1718545044474.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSCommerceHDL_1-1718545048910.png

 

Step 3: Insert the below code at the bottom of the file -> Save

 

@media only screen and (min-width: 1008px) {
   .Product__Gallery.Product__Gallery--withThumbnails {
      width: 50% !important;
   }

   .Product__Wrapper {
     display: flex;
     max-width: 100% !important;
   }
   .Product__InfoWrapper {
     position: unset !important;
   }

}

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-HDL
Shopify Partner
2305 835 907

This is an accepted solution.

@Matteo96, I'm glad I was able to help you solve the problem. Have a good day 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 7 (7)

Asad-Mahmood
Shopify Partner
452 80 92

What's your store url ?

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




BSSCommerce-HDL
Shopify Partner
2305 835 907

Hi @Matteo96,  Can you kindly share your page link with us? We will check it and suggest you a solution if possible.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

BSSCommerce-HDL
Shopify Partner
2305 835 907

Hi @Matteo96, After checking I found this to be the problem

BSSCommerceHDL_0-1718527708026.png

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Matteo96
Excursionist
21 0 4

Thank you.

If you have time, can you please explain in more detail what I have to do in order to fix the problem? I have very little experience.

BSSCommerce-HDL
Shopify Partner
2305 835 907

This is an accepted solution.

Hi @Matteo96
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

BSSCommerceHDL_0-1718545044474.png

 

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

BSSCommerceHDL_1-1718545048910.png

 

Step 3: Insert the below code at the bottom of the file -> Save

 

@media only screen and (min-width: 1008px) {
   .Product__Gallery.Product__Gallery--withThumbnails {
      width: 50% !important;
   }

   .Product__Wrapper {
     display: flex;
     max-width: 100% !important;
   }
   .Product__InfoWrapper {
     position: unset !important;
   }

}

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Matteo96
Excursionist
21 0 4

It worked. Thank you so much. It was really helpful.

BSSCommerce-HDL
Shopify Partner
2305 835 907

This is an accepted solution.

@Matteo96, I'm glad I was able to help you solve the problem. Have a good day 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now