Colin Benefiel
asked 9 years ago

DW,
 
I am using the UberMenu plugin for my menu/nav bar instead of the default DW Focus one. However, I am still seeing a black line between the header and the nav bar. I am also seeing the search bar area is still right below the Menu which I would like to get rid of — I used the custom CSS to delete the actual search bar image, but I am still seeing the area/ padding where it was.
 
Any ideas?

View post on imgur.com

1 Answers
DominicStaff
answered 9 years ago

To resolve this issue, you can add the following code to the style.css file:

.navbar .navbar-inner {
    border-color: #dddddd;
    border-width: 1px 0;
}
.searchForm {
    display: none;
}
#main > .container {
    padding-top: 30px;
}
#under-navigation {
    display: none;
}

Hope this helps !

Powered by DW Question & Answer Pro