Shopify themes, liquid, logos, and UX
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!
Solved! Go to the solution
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.
If my solution helped you, then please mark it as accepted.
Let me know if need further assistance
Regards,
Artzen Technologies
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.
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.
If my solution helped you, then please mark it as accepted.
Let me know if need further assistance
Regards,
Artzen Technologies
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.
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024