Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Add space below secondary menu

Home / Forums / Virtue Theme / Add space below secondary menu

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
October 24, 2018 at 9:55 am

I have added the CSS below for the secondary menu. As you can see there is a line added above and below it. I would like to add white space below the bottom line but can’t figure out how to do it. I am using a sticky header.

#nav-second ul.sf-menu>li {
width: auto;
float: none;
display: inline-block;
}
#nav-second {
text-align: center;
}
#nav-second ul.sf-menu>li>a {
padding: 0px 20px;
padding-top: 5px;
padding-bottom: 5px;
}
.navclass {
border-top: 1.25px solid #006400;
margin-left: 100px;
border-bottom: 1.25px solid #006400;
margin-right: 100px;
}

  • The forum ‘Virtue Theme’ is closed to new topics and replies.