hello i would like to minimize the padding between the mobile navigation menu
here is reference
i would also like to add social media icons to menu aswell ?
hello i would like to minimize the padding between the mobile navigation menu
here is reference
i would also like to add social media icons to menu aswell ?
Hi @7kingodmsla
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
@SetuBridge_1 https://7kingdomsbar.myshopify.com/
password godgod24
Hello @7kingodmsla
Greetings!!
For reduce padding between the mobile navigation menu
Please follow the steps:
#NavDrawer .mobile-nav__item a,#NavDrawer .mobile-nav__toggle button{
padding: 3px 15px;
}
And for add the social media icon you need to give store access and customize the header, you can hire expert
Hi @7kingodmsla ,
You can follow the instruction below:
@media (max-width: 767px) {
li.mobile-nav__item:not(.mobile-nav__item--secondary) {
margin-bottom: -20px;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Please send code to change mobile menu to black and padding configuration thank you . @SetuBridge_1
Hello @7kingodmsla
May I know font family?
font family is " BASIC COMMERCIAL BOLD "
@SetuBridge_1 BASIC COMMERCIAL BOLD , NOT THE FONT IN THE IMAGE
will you be able to code ? @SetuBridge_1
@KetanKumar please review this request ?
Hello @7kingodmsla
Please follow the steps:
/* include font */
@font-face {
font-family: "Basic-Commercial-LT-Com-Bold";
src: url("/assets/Basic-Commercial-LT-Com-Bold_1.woff") format("woff2"),
url("/assets/Basic-Commercial-LT-Com-Bold_1.woff") format("woff"); /* add here assets url*/
}
#NavDrawer .mobile-nav__item a,#NavDrawer .mobile-nav__toggle button{
padding: 3px 15px;font-size: 35px;}
#shopify-section-header #NavDrawer.drawer{width: 100%; max-width:100%;}
#NavDrawer .drawer__inner{ padding: 50px 65px 0;}
#NavDrawer .mobile-nav__item--secondary a{padding-top:0;}
#NavDrawer .mobile-nav__spacer{padding: 15px; }
Out put : Without uploading font family,
how to remove all padding / space in menu ? ( i have highlighted in red places where i want no padding @SetuBridge_1
also how to make black background not gray @SetuBridge_1