Link to home
Start Free TrialLog in
Avatar of David Schure
David Schure

asked on

Reduceing the height of a menu bar

I would like to reduce the height of the Menu Bar at the top of the page and I am having difficulty finding the CSS for it.  Any help is appreciated.  Thank you.

http://mediascrubber.com/
Avatar of David S.
David S.
Flag of United States of America image

That's controlled via the top and bottom padding in the ".navigation ul > li > a" rule in style.css.
Avatar of David Schure
David Schure

ASKER

I don't see anything relating to height...
.navigation ul>li>a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    color:#ab8a69;
    padding: 28px 10px;	
}

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of David S.
David S.
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Worked perfectly!  Thank you so much.  However the menu bar remained unchanged on the mobile devices.  would that be in a different CSS spot?