I need to make my product description wider becuase the youtube video is cut off
my site is https://thevaultsounds.com/ im using zest theme
I need to make my product description wider becuase the youtube video is cut off
my site is https://thevaultsounds.com/ im using zest theme
Hi @PRODTYDE
You need to adjust the page width so it will have more space. Check this one.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.container, .container-narrow {
max-width: 60% !important;
}
And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
using both. it seems to be narrow on mobile and desktop
You can adjust the size if you like more wider, 100%.