Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #841615

    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.

    #841664

    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

    #841826
    This reply has been marked as private.
    #842026

    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

    #842365

    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!

    #842510

    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

    #842602

    Hi Victoria,
    That’s right, I want to remove the white background on the mobile header, but only main page.
    Thanks.

    #843632

    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

    #843641

    Hi Nikko,

    Totally working now!

    Thank you : )

    #843683

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.