Changing Menu Width-Basis Theme
-
Hi all
struggling with the CSS to make my menu appear on the one line.first time with CSS and is the last thing i need to do.
your help is greatly appreciated.
Thanks
BenThe blog I need help with is: (visible only to logged in users)
-
Hi unitedmediagroup
Try this:
`@media screen and (min-width: 800px)
#basis-header-nav {
max-width: 100%;
}’ -
Minor edit to g471n to include brackets for the media query :)
@media screen and (min-width: 800px) { #basis-header-nav { max-width: 100%; } }
- The topic ‘Changing Menu Width-Basis Theme’ is closed to new replies.