Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1478910

    Client wants logo centered on mobile. (Enfold)

    I was thinking it might be overlap the hamburger menu but promised I’d try. Can’t seem to target it properly.

    thanks!

    Nancy

    • This topic was modified 20 hours, 48 minutes ago by nancyT.
    #1478919

    Hey nancyT,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
        .responsive.html_header_top.html_logo_center #top .logo {
            left: 10%;
            position: relative;
            float: right;
        }
    }

    After applying the css, please clear your browser cache and check.
    Screen Shot 2025 03 08 at 2.43.22 PM

    Best regards,
    Mike

    #1478921

    Thank you! Problem solved.

    Nancy

    #1478923

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center Logo on Mobile’ is closed to new replies.