Hi,
Logo and top menu overlaps when resizing smaller in browser and especially in smart phone.
Could you check for that?
This is the website
Thanks.
Hey theorchard,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi theorchard,
This looks like a fallback menu and the burger menu does not work very well with that menu, you can build a menu and assign it as an Enfold main menu.
Best regards,
Victoria
Thanks : ) Now fixed!
One more question related to this?
When the width of main page of this website gets smaller like setting of smart phone screen size, the behind of main page of logo at header appears in all white in background. Only at smart phone screen size. Regular computer screen is fine.
How can I get the white back ground behind the header logo at the main page of smart phone?
Thanks for your help!
Hi theorchard,
Sorry, not very clear to me what you want to do. Remove the white background on the mobile header? Or?
Best regards,
Victoria
Hi Victoria,
That’s right, I want to remove the white background on the mobile header, but only main page.
Thanks.
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive .home #wrap_all #header {
background-color: transparent !important;
position: absolute !important;
}
}
Hope this helps :)
Best regards,
Nikko
Hi Nikko,
Totally working now!
Thank you : )
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko