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

    Hi

    Sorry to ask this but I know there are many different CSS solutions for this one.

    Please can you let me have the CSS to centre the mobile logo on this site?

    Thank you very much

    #1288128

    Hey jaroljmek,
    Thank you for your patience, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

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

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1288136

    Hi Mike
    Thanks that’s perfect!
    Best
    CJ

    #1288168

    Hi CJ,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

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