Site logo

Archived topic

Centering site logo on mobile only

3 replies · Started by Hazel on April 11, 2017

Viewing posts 1–4 of 4

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

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.

Perfect, that's fantastic support. Thanks Leo.

Glad I could help :)

This archived topic is closed to new replies.