The footer of the site to be accessed via smartphone feature

GK User
Fri Jan 10, 2014 12:20 am
The footer of the site to be accessed via smartphone features a blank space between the two lines of very large text.

Where do I change this spacing?
User avatar
Junior Boarder

GK User
Fri Jan 10, 2014 8:18 am
Could You please post an url to your site?
User avatar
Moderator

GK User
Fri Jan 10, 2014 1:43 pm
User avatar
Junior Boarder

GK User
Sat Jan 11, 2014 12:03 pm
Please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
@media all and (max-width: 590px) {
  #gkFooter {   
    line-height: 20px;
  }
}


You can adjust the max-width, but the number should work fine.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron