logo that collapse over title in front page

Support desk for Multipurpose Quark Theme
GK User
Thu Feb 19, 2015 5:30 pm
i attach an image... how i make the correction, so the logo don't came over the title in front page???
User avatar
Fresh Boarder

GK User
Thu Feb 19, 2015 5:43 pm
Open css/mobile.css and add something like:

Code: Select all
#gkLogo {width: 50px;}


or even:

Code: Select all
#gkLogo {display: none;}


That should sort it.
User avatar
Junior Boarder

GK User
Fri Feb 20, 2015 8:10 am
I think that adding:

Code: Select all
@media (max-width: 640px) {
#gkLogo > img {
width: 100px;
}
}

in the template settings -> advanced settings -> custom CSS code option will help
User avatar
Administrator


cron