Media-Tree-Productions / freelandchildtheme

Freeland Trucks Child Theme Repository
Other
0 stars 1 forks source link

Menu tweaks #89

Closed claytonglasser closed 4 years ago

claytonglasser commented 4 years ago

-Default blue links (active state) needs color change -Menu width increased, menu item text line height decreased

claytonglasser commented 4 years ago

This bit of CSS provides an override to prevent the menu items from breaking to a new line as often.

top-menu li li a {

padding: 5px 5px !important;

}

lapinell commented 4 years ago

See pull request for code review linked above