How do I decrease the padding/spacing between the sub-menu items in the mega-menu under Shop?
Website is: https://test-kds01.myshopify.com/
Password is: password01
How do I decrease the padding/spacing between the sub-menu items in the mega-menu under Shop?
Website is: https://test-kds01.myshopify.com/
Password is: password01
Please add this css in the theme.scss.css file
header .meganav .mega-col .menu-title {
margin: 0;
}
Thank you
I’m Richard Nguyen - CRO Expert at PageFly- Free Landing Page Builder.
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->Theme.scss.css->paste bellow code in bottom of file
.container{
padding-top: unset !important;
}
If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.
Best regards,
Richard | PageFly