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
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!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
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!
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024