[Resolved] Centering site logo on mobile only

Home Forums Support [Resolved] Centering site logo on mobile only

Home Forums Support Centering site logo on mobile only

  • This topic has 3 replies, 2 voices, and was last updated 7 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #304759
    Hazel

    Hi guys
    I’m trying to center the site logo on mobile screens only. I have disabled the mobile header and so it seemed to me that I needed to do something like this in Simple CSS:

    @media (max-width: 768px) {
    		.site-header .header-image {
    		margin: 0 auto;
    	}
    }

    That doesn’t work and I’d appreciate any suggestions. The site is at: http://smarttrading.hazelkey.com/
    Thanks very much
    Allan

    #304760
    Leo
    Staff
    Customer Support

    Hi Allan,

    The link isn’t working for me.

    Maybe try this though:

    @media (max-width: 768px) {
        .inside-header {
    	text-align: center;
        }
    }

    Let me know.

    #304763
    Hazel

    Perfect, that’s fantastic support. Thanks Leo.

    #304765
    Leo
    Staff
    Customer Support

    Glad I could help 🙂

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