Hi ..
When using the – ‘Logo Center Menu Below’ styling option ..
Is there any way to increase the bottom and top padding on the main menu?
Currently the main menu has a thin line above and below … and I’d like to make this are taller.
Again .. this is just when using the Logo Center option.
Hi bdm55!
go with this code in Quick CSS:
nav.main_menu {
padding-top: 10px;
padding-bottom: 10px;
}
Regards,
Andy