Q: I use the Fair template. How can I reduce the height of the navbars that are generated? I need the menu to be less tall
A: You should open .css file in any text editor (for example, NotePad), find following lines:
ul#css3menu1, ul#css3menu1 ul {
background-color: #024B83;
background-image: -moz-linear-gradient(-90deg, rgba(214, 214, 214, 0.16), transparent 50%, rgba(0, 0, 0, 0.13));
background-repeat: repeat;
border-style: solid;
border-width: 0;
list-style: none outside none;
margin: 0;
padding: 5px;
}
and change padding value.
For troubleshooting, feature requests, and general help,
contact Customer Support at . Make sure to
include details on your browser, operating system,
CSS3 Menu version, link to your page.
In most cases you'll get a reply within 1 business day. Please read the FAQs first to see if your question has already been answered.