Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1401022

    Hey Support
    I have noticed that in mobile devices the placement of the logo isn’t centered. There is no issue on desktop views.

    Logo has the correct measurements.

    How can this be adjusted?

    Best regards
    Lene

    #1401544

    Hey Lene,
    Thank you for your patience and the link to your site, but I’m not able to view it, it redirects to another site: updaterlife.com
    Are you using a security plugin? It also seems that your SSL certificate doesn’t match the site, I’m given errors, please check.
    I’m pretty sure I’m been to your site before with no issues.

    Best regards,
    Mike

    #1401772
    This reply has been marked as private.
    #1401961

    Hi,
    Thanks for your patience, to center the logo on mobile please try this css:

    @media only screen and (max-width: 767px){
    .responsive .logo img, .responsive .logo svg {
        margin: auto;
    }
    .responsive #top .logo {
        width: 100%;
    }
    }

    To make the mobile menu fly out smaller please adjust the setting at Enfold Theme Options ▸ Main Menu ▸ Burger/Mobile Menu Styling ▸ Flyout Width

    Best regards,
    Mike

    #1402609
    This reply has been marked as private.
    #1402617

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo placement in mobile devices’ is closed to new replies.