Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #288915
    Jacques
    Participant

    Hi there,

    I am trying to center the logo on small screens. I’m using Clean Education Pro on this site: https://farel.net/.

    On larger screens the whole site branding is to the left. That’s good.

    On screens less than 374px, the title and description are center aligned, but the logo is still to the left.

    Please help me also center the logo above the site title.

    Thanks

    #288942
    Skandha
    Participant

    @jejboulet: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 374px) {
    	#site-logo {
    	    float: unset;
    	}
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #288967
    Jacques
    Participant

    Thank you Skandha, that worked.

    #289006
    Skandha
    Participant

    @jejboulet: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/clean-education/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to center logo on small screens’ is closed to new replies.