Jump to content

Change hight navigation bar


Recommended Posts

you can do it with modification of css styles

 

each <a> element has got padding:

.sf-menu > li > a {
font: 600 18px/22px "Open Sans", sans-serif;
text-transform: uppercase;
color: #484848;
display: block;
padding: 17px 20px;
border-bottom: 3px solid #e9e9e9;
}

decrease / increase it 

  • Like 2
Link to comment
Share on other sites

×
×
  • Create New...