Reduce padding / blank spaces on bottom of frontpage modules

GK User
Wed May 06, 2015 10:51 am
Hi, I'm looking to reduce the spaces on my home page - is this possible for all modules or do I need to insert code into the override.css for each one?

spacing-issue1.jpg
User avatar
Expert Boarder

GK User
Wed May 06, 2015 4:46 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Wed May 06, 2015 5:26 pm
PM'd
User avatar
Expert Boarder

GK User
Fri May 08, 2015 4:11 pm
Please edit: /templates/gk_storefront/css/override.css and add at its end:
Code: Select all
#gkMainbody {
  margin-bottom: 10px;
}
#gkBottom1 {
  padding: 10px 0;
}

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

GK User
Fri May 08, 2015 7:07 pm
Thank you for this.
User avatar
Expert Boarder

GK User
Sun May 10, 2015 9:27 am
Is there anything else I can help you with regarding this topic?
User avatar
Moderator


cron