Shopify themes, liquid, logos, and UX
Is there any way I can reduce the spacing/padding from the logo to the "sort by" option on mobile? URL is https://a-lineage-story.myshopify.com/. Password is 'beckew'. Thank you very much!
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media only screen and (max-width: 590px) {
body:not(.template-index) .main-content {
padding-top: 200px!important;
}
}
This is an accepted solution.
Try this css class
@media only screen and (max-width: 590px){
body.template-product .main-content {
padding-top: 135px !important;
}
}
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media only screen and (max-width: 590px) {
body:not(.template-index) .main-content {
padding-top: 200px!important;
}
}
thanks so much for all your help tonight! also, how do i fix the padding on the product page?
Please add following css class
@media only screen and (max-width: 590px){
.template-product .main-content {
padding-top: 135px!important;
}
}
Hi, that didn't seem to work unfortunately.
This is an accepted solution.
Try this css class
@media only screen and (max-width: 590px){
body.template-product .main-content {
padding-top: 135px !important;
}
}
Thanks! I also noticed that when I click on an item from "more from our collection" on one of my product page's, the burger icon disappears when I scroll down as well.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We 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, 2024