Shopify themes, liquid, logos, and UX
I am currently using this custom code
@media screen and (max-width: 749px) { .product__media-list .product__media-item { width: 100% !important; height: 100% !important; margin: 0 !important; padding: 0px !important; } }
Thanks in advance 🙂
Solved! Go to the solution
This is an accepted solution.
Hello @NOT1
Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.
.section-template--23144750219560__main-padding {
padding-top: 0px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px){
.section-template--23144750219560__main-padding {
padding-top: 0 !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hello @NOT1
I am Shopify Developer. I can fix this issue .Can you please share your Website URL and Password.
Thanks
Thanks
This is an accepted solution.
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px){
.section-template--23144750219560__main-padding {
padding-top: 0 !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hello @NOT1
Go to online store ----> themes ----> actions ----> edit code---->base.css
add this code at the end of the file.
.section-template--23144750219560__main-padding {
padding-top: 0px !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024