Shopify themes, liquid, logos, and UX
The Impulse theme has a lot of great options. However, being a fashion brand I need the images on the product pages to be the heroes. Currently, the text column on the right is very wide and the image column narrower than I want. Is there a way to change that?
IMPULSE THEME w/narrow image
Another theme with desired image width
Hi @Shrooz
Please, share your store URL. THanks!
Hi, My URL is maujh.com - however - I am currently on DAWN theme and looking to change my theme to IMPULSE. The one big thing holding me back is the image size on the Product page - hence asking if there is a way to change the column width ratio before I buy the theme.
Hi @Shrooz ,
Yes! You can adjust the column width ratio on the Impulse theme's product page to make the images larger and reduce the text width. Since you haven't purchased the theme yet, here’s what you can do once you have access:
1. Theme Editor:
Go to Customize > Product Page and check for Layout Settings (e.g., wider image option).
2. Custom CSS: (If needed)
Edit base.css or theme.css and add:
@media (min-width: 768px) {
.product__media-wrapper { width: 65%; }
.product__info-wrapper { width: 35%; }
}
This makes images 65% width and text 35% width.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025