Shopify themes, liquid, logos, and UX
I want my product media to take up the entire left half of the page without the white spaces. I only need these white spaces gone on product pages. As reference you can look at Louis Vuittons product pages: https://de.louisvuitton.com/deu-de/produkte/color-blossom-mini-sun-ring-rosegold-malachit-und-diaman....
My page is: coshcosh.com
Solved! Go to the solution
This is an accepted solution.
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>
{% if template.name == 'product' %}
<style>
.page-width {
max-width: 100% !important;
}
</style>
{% endif %} %}
If my solution works, then please like and accept it as a solution.
@Donovan26 Please provide with your website URL.
This is an accepted solution.
Please go to
1) Online store
2) Themes -> Edit theme
3) Layout
4) theme.liquid and paste this code before </head>
{% if template.name == 'product' %}
<style>
.page-width {
max-width: 100% !important;
}
</style>
{% endif %} %}
If my solution works, then please like and accept it as a solution.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024