This topic has 6 replies, 3 voices, and was last updated 9 years, 12 months ago ago by Eva Kemp
Hi there
For some reason, the menu button does not work on the contact page on mobile devices.
I am using interior store. This is my site http://oakfurnitureworldcoventry.co.uk/
Also, how do I make the logo bigger on mobiles? It is very small, I added this code to custom css
@media (max-width: 480px) {header {
background-color: white!important;
}}
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Sure no probs
Hello,
You can change logo size using this code in custom.css file:
@media (max-width:480px) {.header-logo img {
width: 600px !important;
}}
When you increase the logo size the menu icon on the contact page will work again.
Thank you.
Regards,
Eva Kemp.
Hi
Thank you, that has fixed the issue with contact page but now on mobiles the sticky header is all distorted and too big on mobiles
Hello,
Please add this code into custom.css file:
@media (max-width: 480px) {.fixed-header-area .header-logo img {
width: 200px !important;
}}
Regards,
Eva Kemp.
The issue related to '‘Mobile navigation on contact page’' has been successfully resolved, and the topic is now closed for further responses