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

DAWN Theme - how to set minimum width for variant options?

Solved

DAWN Theme - how to set minimum width for variant options?

Mr_Mynymal
Visitor
2 0 0

Trying to widen the right side section and set a minimum width for it, currently some of my product options have a long name and it looks bad when word-wrap forces it to a second line in the bubble 😞

 

Thanks for any help!

 

Mr_Mynymal_0-1722926808347.png

 

Accepted Solutions (2)

Artzen_tech
Shopify Partner
555 114 111

This is an accepted solution.

Hi @Mr_Mynymal 
Its Artzen Technologies! We will be happy to help you today.

You can follow the below css which I have mentioned. And check the result.
1) Go to your Online Store
2) Edit Code
3) Find CSS File
4) Add the following CSS

 

.product__media-wrapper {
   max-width: 45%!important;
}
.product__info-wrapper {
   max-width: 55%!important;
}

 


This will give you the desired result. Refer to below screenshot. You can also adjust the width according to you wish in this.

Artzen_tech_0-1722927644772.png

 

If my solution helped you, then please mark it as accepted.

Let me know if need further assistance
Regards,
Artzen Technologies

 

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify

View solution in original post

oscprofessional
Shopify Partner
16407 2444 3196

This is an accepted solution.

Hello @Mr_Mynymal ,
This setting is present in your DAWN them customization, Follow these steps.
1. Goto admin and customize the theme.

2. Select product template and click on product information.

3. Select small in desktop media width and save.

2024-08-06_12-33.jpg

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

Replies 2 (2)

Artzen_tech
Shopify Partner
555 114 111

This is an accepted solution.

Hi @Mr_Mynymal 
Its Artzen Technologies! We will be happy to help you today.

You can follow the below css which I have mentioned. And check the result.
1) Go to your Online Store
2) Edit Code
3) Find CSS File
4) Add the following CSS

 

.product__media-wrapper {
   max-width: 45%!important;
}
.product__info-wrapper {
   max-width: 55%!important;
}

 


This will give you the desired result. Refer to below screenshot. You can also adjust the width according to you wish in this.

Artzen_tech_0-1722927644772.png

 

If my solution helped you, then please mark it as accepted.

Let me know if need further assistance
Regards,
Artzen Technologies

 

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify

oscprofessional
Shopify Partner
16407 2444 3196

This is an accepted solution.

Hello @Mr_Mynymal ,
This setting is present in your DAWN them customization, Follow these steps.
1. Goto admin and customize the theme.

2. Select product template and click on product information.

3. Select small in desktop media width and save.

2024-08-06_12-33.jpg

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...