Forums

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

Home Forums CSS Need help with a menu bar Reply To: Need help with a menu bar

#245185
ibrahim1995
Participant

@media (max-width: 768px)
ul.topnavmobile {
list-style-type: none;
overflow: hidden;
background-color: #00DAFD;
/* right: 0; Remove this /
/
left: 0; Remove this*/
width: 100%;
margin: 0;
padding: 0;

I think it will work fine.