The first completely removes the top navigation area so the content under it moves up into that space. The other just hides it so the space where it is is blank.
Do some testing to be sure that doesn't break something else since I'm heading out and can't do a lot of testing right now. :)
no subject
Date: 2017-04-26 11:22 pm (UTC).topnav {display: none;}
Or
.topnav {visibility: hidden;}
The first completely removes the top navigation area so the content under it moves up into that space. The other just hides it so the space where it is is blank.
Do some testing to be sure that doesn't break something else since I'm heading out and can't do a lot of testing right now. :)