How to remove space from the Dawn theme menu drawer?

How to remove space from the Dawn theme menu drawer?

manan123
Pathfinder
182 1 23

hii im using dawn theme & want to remove this space from menu drawer please help me in the code,, 

 

manan123_0-1707490390713.png

 

Reply 1 (1)

theycallmemakka
Shopify Partner
1795 436 464

Hi @manan123 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

<style>
@media screen and (max-width: 749px){
  .header--has-social .menu-drawer__utility-links {
    padding: 1.4rem 2rem!important;
    display: flex;
    align-items: center;
}
.close-menu-drawer {
    padding: 1.7rem;
}  
}

</style>


Result:

theycallmemakka_0-1707499713048.png

 


If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com