is there anyway to make the menu appear below the logo on mobile versions of the site. At the moment it appears to the right of the logo and looks wrong. The site in question is http://learning-employment.com
To change background color of menu on mobile devices, please use below css:
@media only screen and (max-width: 479px) { #Top_bar #menu > ul, #Top_bar .menu > li ul { background: #000 !important; } #Top_bar #menu ul li a { color: #FFF !important; } }
However as per above, can I change the text colour and background of the menu so that it stands out more? At the moment it is so small that it is getting lost.
Also, I wanted to be able to change the order that they appear on the page - as per above.
Logo can't be at the top, but we would like to give you css to change text and background color but you must have mobile menu activated on your website because now it is not available. Please activate it.
Wouldn't it be possible to actually have the menu in a physical bar appearing under the logo on a page so it's more obvious, at the moment it just says menu really small and slightly to the side, it kind of looks like a bit of an after thought but it's fundamentally one of the most important parts of the site > have a look on a phone at learning-employment.com to see what I mean...
We understand what you mean but instead of this work only, you can use icon with word and also you can add background color around this so can look like a button.
Hi there, just following up on this thread - I didn't see the css for your recommended fix.
For mobile only - I would like to move my menu below the logo + change the text and background colour to make the menu option look like a button. (the css above was changing the menu options - I only want to change the colour of the menu heading)
Also for mobile - I am unable to remove padding/centre my logo.
@michelleplayoust As we see, you use sticky menu on mobile which is always in the left top corner. This menu just can not be moved below the logo. With just css it's technically impossible. But to remove padding for logo on mobile devices, please use below css:
@media only screen and (max-width: 479px) { #Top_bar .logo #logo { padding: 0 !important; } }
Comments
you can do this within below css only: