Shopify themes, liquid, logos, and UX
Hi, I am currently using the Supply Theme, but I really don’t like the placement of my logo on the mobile suite. I want to remove the blank white space where the announcement bar would normally be.
I’m unsure of how it fix this.
This is how it currently looks:
Any help is appreciated.
Thank you.
Solved! Go to the solution
This is an accepted solution.
Hi @tullyhai,
Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
@media screen and (max-width: 768px){
.site-header{
padding-bottom: 0px !important;
}
.site-header .grid--full .grid-item.large--one-half.large--text-right{
display: none !important;
}
}
If it helped you solve your issue, please mark it as a solution. Thank you and good luck.
Please share your store URL!
Thanks!
Hi @tullyhai,
Please follow these steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
.header-logo{
margin: 0 auto !important;
}
Hope it helps!
Thanks, Ive done that!
It moved my logo up, but there is still quite a bit of space between the image and the header that I would like to remove if possible.
This is an accepted solution.
Hi @tullyhai,
Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
@media screen and (max-width: 768px){
.site-header{
padding-bottom: 0px !important;
}
.site-header .grid--full .grid-item.large--one-half.large--text-right{
display: none !important;
}
}
If it helped you solve your issue, please mark it as a solution. Thank you and good luck.
User | RANK |
---|---|
64 | |
58 | |
48 | |
42 | |
41 |
Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023