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; } }
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
you can do this within below css only: