Shopify themes, liquid, logos, and UX
Hello,
Any way I can make more room in Dawn theme Mobile header to make the logo appear bigger,
I already increased the width of logo to the max with a different code. I would like to decrease the space between the cart and search icon, also move menu hambuger to the left more and if possible make the announcement bar thinner. Thank you.
Lovedandlavished.com
pw test123
Solved! Go to the solution
This is an accepted solution.
Hi @Lavished
Try this one.
<style>
@media only screen and (max-width: 749px){
.header__icon--cart {
margin-right: 0 !important;
}
.header__icons {
margin-right: -1.2rem !important;
}
header.header {
padding-left: 6px;
padding-right: 6px;
}
.header__search {
margin-right: -1.4rem;
}
}
</style>
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @Lavished
Try this one.
<style>
@media only screen and (max-width: 749px){
.header__icon--cart {
margin-right: 0 !important;
}
.header__icons {
margin-right: -1.2rem !important;
}
header.header {
padding-left: 6px;
padding-right: 6px;
}
.header__search {
margin-right: -1.4rem;
}
}
</style>
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @Lavished
@media screen and (max-width: 768px){
header.header {
padding-left: 10px !important;
}
summary.header__icon.header__icon--search > span {
width: fit-content !important;
}
summary.header__icon.header__icon--search > span > span.svg-wrapper:nth-child(1) {
width: unset !important;
}
summary.header__icon.header__icon--search {
width: fit-content !important;
}
}
I hope this helps
Best,
Daisy
Welcome! Would you mind hitting 'like' as well? Thanks!
I didn't realized it caused a problem , or maybe something else did it, but now my mobile page toggles from side to side, right to left vice versa. 😞
when I deleted the code the problem went away once I added it again the problem returned,- thank you.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025