Logo center #100
-
Hi Guys,
I’m sorry to bother you with another center logo question. But, if it helps, i’ve read almost all the previous answers but they don’t seem to work for me.
My website url is http://www.kleinstukjedan.nl (Dutch recipe website) I’ve updated my Theme and now my logo isn’t in the center anymore. Yeah, I know I’ve should edited my custom.css but several times an edit with the css editor didn’t work and an edit directly to my stylesheet did. So, I really need the right css to enter into the css editor so that my logo stays in the center forever. Please help me out.
This is in my stylesheet.
.logo{float: left; margin-bottom: 30px; font-family: ‘Copse’, georgia, serif; font-size: 40px; line-height: 74px;}
.logo a{color: #345e6a;}
.logo a:hover{color: #111;}
.logo img{display: block;}The previous time I’ve edit the:
– display:block
to
– display: block; margin-left: auto; margin-right: auto;but after the update, this doesn’t do the trick.
Who can help me out?
The topic ‘Logo center #100’ is closed to new replies.