Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi
When viewed on a phone the responsive menu icon (the 3 bars) are too close to the logo – can we space them or reduce the logo on the iphone view?
Also can we change the colour of the responsive menu icon (the 3 bars) from grey to a blue?
Thanks
Hello,
Please add this code into your custom css box:
@media (max-width: 480px){
#logo img {
height: 75px !important;
top: 57% !important;
}}
This is the result screenshot.
The mobile menu bars are already blue. Did you manage to change it’s color? Let us know.
Best regards!
Perfect thanks that has worked and yes I managed to change the menu bar to blue with some css!
You must be logged in to reply to this topic.