Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Removing gap between Navbar and Header tags Reply To: Removing gap between Navbar and Header tags

#264594

Hi thanks this worked also had to set the .navbar to
.navbar{
margin-bottom: 0 !important;
border: 0 !important;
}
removig the border.