Got it, thanks for your time!
Hi Kevin,
Thanks for your quick response. I’m building locally so don’t have a live link.
Ive uploaded a screenshot here: http://i.imgur.com/RjHAtln.png which shows what I think is the relevant menu element highlighted in red:
.kad-header-style-basic #nav-main ul.sf-menu>li>a
margin: 0;
padding: 0 20px;
In Firebug, if I change the above padding value of 20px, it changes the menu font padding, which is what I want.
However, if I save the code into custom CSS, nothing changes??
Many thanks
Henry
Actually, I think the element that needs changing is
.kad-header-style-basic #nav-main ul.sf-menu>li>a
but using
.kad-header-style-basic #nav-main ul.sf-menu>li>a {
padding: 0px 0px 0px 0px;
}
doesnt seem to change anything, but it does change when I edit in FireBug?