Archived topic
How do I swap the logo and menu position for mobile?
18 replies · Started by Sean on May 1, 2018
I can only seem to upload and show a navigation logo, which is strange because we set it to show in the header as a site identity logo. Anyway, it is working now so i suppose it does not matter.
Thanks!
Your site header is hidden on desktop by this CSS:
@media (min-width: 769px) {
.site-header {
display: none;
}
}
Glad you got it working!
Hi Leo,
The CSS appears to be preventing the contact form from showing in mobile https://www.thomas-services.com.au/contact/ , is there a fix for this without it affecting the logo?
@media (max-width: 767px)
.elementor:not(.elementor-edit-area-active) .elementor-hidden-phone {
display: none;
}
Looks like it's code for Elementor and I didn't provide that in this thread.
Probably best to check with their support.
Let me know if I'm missing something here.