Shopify themes, liquid, logos, and UX
Hi there!
I’m using the Narrative theme and need to move the product content: Title, size option, color option, product description, etc. to the right on the desktop view. Currently, everything is below the product image and really, it’s not that UX friendly.
HOW IT IS
HOW IT NEEDS TO BE (Or something like it)
This is a low quality Photoshop
Dear community, is there a workaround for this?
Thanks!
Solved! Go to the solution
This is an accepted solution.
@Tungsteno- it can be made like the screenshot, it you want like this then please add given css to the very end of your theme.scss.css file, this will not change mobile view
@media screen and (min-width:750px){
.template-product .product-template{display: flex; flex-wrap: wrap;}
.product-template__media{flex-basis: 50%;}
.product__content{flex-basis: 50%;}
}
@Tungsteno- can you please share this page link? need to check it on browser
Right! I forgot to share the URL: https://wearhorse.pe/products/polo-pique-navy-contraste
Thanks!
This is an accepted solution.
@Tungsteno- it can be made like the screenshot, it you want like this then please add given css to the very end of your theme.scss.css file, this will not change mobile view
@media screen and (min-width:750px){
.template-product .product-template{display: flex; flex-wrap: wrap;}
.product-template__media{flex-basis: 50%;}
.product__content{flex-basis: 50%;}
}
Hey! Thank you so much! It worked! 😄
I also found this solution: https://medium.com/@pherkan/customize-the-product-page-of-the-narrative-theme-in-shopify-1c617cf7f76...
Is most likely as your solution?
Thanks!
User | RANK |
---|---|
192 | |
150 | |
81 | |
76 | |
65 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023