Hi
Pls could u provide a solution to making the nav bar smaller (attached example below)
my store:
URL: appliancesclub.com
Theme: Warehouse
wanted result:
current:
Cheers
Hi
Pls could u provide a solution to making the nav bar smaller (attached example below)
my store:
URL: appliancesclub.com
Theme: Warehouse
wanted result:
current:
Cheers
Hello @adam10910
It’s GemPages support team and glad to support you today.
You can follow these steps:
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
@adam10910
Hello,
@media screen and (min-width: 1000px){
li.nav-bar__item {
padding: 5px 0;
}
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Like This