Shopify themes, liquid, logos, and UX
Thanks in advance!
I am looking to move my product template over to the right instead of the default position. Example shown below.
password: dc
Solved! Go to the solution
This is an accepted solution.
Hi @MMast, Do you want it to look like this:
- Before:
- After:
Look for "edit code" in "customize theme" and paste the following CSS code into the "theme.css" or "base.css" file:
.content-for-layout .page-width {
max-width: 100% !important;
}
.product__info-wrapper product-info {
padding-left: 20%;
}
SIMICART: Mobile App Builder |Ironwork Theme - Coming Soon | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hi there,
To move your product template on the product page to the right, you'll need to make some adjustments to your theme's code. Here’s a step-by-step guide to help you with this:
Access Your Theme Code:
Locate the Product Template:
Edit the CSS:
Add Custom CSS:
Preview and Adjust:
For more detailed customization or if you’re using a different theme setup, you might need to tweak the CSS and Liquid code further. If you need additional help, feel free to ask and visit this website!
This is an accepted solution.
Hi @MMast, Do you want it to look like this:
- Before:
- After:
Look for "edit code" in "customize theme" and paste the following CSS code into the "theme.css" or "base.css" file:
.content-for-layout .page-width {
max-width: 100% !important;
}
.product__info-wrapper product-info {
padding-left: 20%;
}
SIMICART: Mobile App Builder |Ironwork Theme - Coming Soon | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025