Shopify themes, liquid, logos, and UX
Hi,
I’m currently customizing a new theme, “Broadcast”. It has the option for sticky heady but when I scroll the header is quite big and has lots of black space around my logo. Is there any way of reducing the size?
https://tclboiu0mudq1ywh-8439839.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hi @Gypsymoon
Try this one.
@media only screen and (max-width:989px){
.shopify-section-header-sticky .header {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @Gypsymoon ,
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
@media only screen and (max-width: 600px) {
.header__heading-logo {
max-height: 60px;
}
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Makka
For quick response - Message Me
Increase Xmas sales with BOGO+ Easy Free Gift Upsell. Get 30% OFF for 3 months with code "BFWIZZ30".
Hi @Gypsymoon
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.header__heading {
margin: 0;
line-height: 0;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Hi @Gypsymoon
Try this one.
@media only screen and (max-width:989px){
.shopify-section-header-sticky .header {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you so much! That worked!
User | RANK |
---|---|
186 | |
168 | |
80 | |
56 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023