GavickPro / Meet-GavernWP

Meet GavernWP is a responsive free Wordpress theme
35 stars 23 forks source link

Centering header logo #267

Closed RichardMannion closed 11 years ago

RichardMannion commented 11 years ago

I am struggling to center my logo in my header, any ideas? Below is the current css code screenshot

gk-logo.text-logo span {

display: block;
margin-left: auto;
margin-right: auto;
font-size: 18px;
line-height: 24px;
padding: 19px 0px 0px;
color: rgb(52, 52, 52);

}

dziudek commented 11 years ago

Hi,

Please try to set a fixed width and set float to none.

RichardMannion commented 11 years ago

Thanks for the reply, that worked for me, screenshot of my website rm desktop

But my desktop version doesn't look great. Ideally on my desktop version I want to have a centered logo, with the main menu sitting below it.

dziudek commented 11 years ago

So please apply your changes only in the mobile.css ;)

RichardMannion commented 11 years ago

ahhhh ok, your a legend cheers.