Hi, how can i center the main logo image in the header?
(i know there’s a topic below with the same question but there is no answer in it)
Hi Klemen, First use this
#site-logo { float: none; text-align: center; width: 100%; }
If this doesn’t work then use this
#site-logo{ text-align:center !important; float:none !important; }
If still not fixed then please send your site url too. Thank you!
hi,
thanks for the reply, but unfortunately none of the above solutions does the trick.
I’m working on the website localy so i dont have the url – is there another way?
Hi Klemen, Sorry PLease send the url so that we can help you. I don’t think there is another way. And finally try this
.hgroup-wrap a {text-align : center; } Thank you!
.hgroup-wrap a {text-align : center; }
Hi,
the last code works – thanks again!
You welcome Thank you!