centering logo

March 2014 WordPress Theme
GK User
Thu Jul 24, 2014 8:06 am
Hi,
I'm still trying to get the main logo to center, I've changed everything in the css and it still doesn't move from left aligned.
Is there something else I need to be doing?
Thanks in advance
User avatar
Senior Boarder

GK User
Thu Jul 24, 2014 12:24 pm
Hello,

Please try to add this CSS code at the end of any CSS file:

Code: Select all
.cssLogo {
float: none!important;
margin: 0 auto!important;
}
User avatar
Administrator


cron