logo

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Fri Apr 17, 2015 1:07 pm
hello!
I want to move the logo to place on the inner page, upload it so that it does not overlap with the content block and can not find what is the code to do this!
thank you for your help
http://www.quimiguay.com.ar/politica/
User avatar
Fresh Boarder

GK User
Fri Apr 17, 2015 3:27 pm
Hello,

I'm not sure if I understand properly, but do you want to move the logo to the top, right? Try to add the following css code into css/override.css file (first enable override.css option from Template Options -> Advanced tab) or use custom css plugin:

Code: Select all
.imageLogo {
   margin-top: -50px;
}

.frontpage .imageLogo {
   margin-top: 0;
}
User avatar
Moderator

GK User
Fri Apr 17, 2015 3:47 pm
yes, perfect! Fixed thank you very much for the help !!!!
User avatar
Fresh Boarder


cron