ho to delete it?

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Fri Aug 28, 2015 8:08 am
Hi, there is a narrow blank block on the homepage between "latest events"/"take a tour" video and "stay connected"/"newsletter". Could yoou help me delete it? there are no mainbody widgets on the website currently - but it look like a remnant of one

http://www.ktenis.pl/wordpress/
User avatar
Fresh Boarder

GK User
Fri Aug 28, 2015 8:11 am
Hi, try this:
Code: Select all
.home-page #gk-mainbody-columns {padding: 0;}
User avatar
Platinum Boarder

GK User
Fri Aug 28, 2015 8:12 am
Hi,

Please add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
or use any custom css plugin:
Code: Select all
.frontpage #gk-mainbody-columns {
   padding: 0
}
User avatar
Moderator

GK User
Fri Aug 28, 2015 10:18 am
worked great - thx!
User avatar
Fresh Boarder


cron