Whitespace between mainbody, bottom1, bottom2, bottom3...

GK User
Fri Aug 26, 2016 2:09 pm
I apologize for even asking the question, but after attempting to override css with code taken from other forum solutions, I am not having any success.

Our website is in development : http://www.isd2711.net

Trying to eliminate whitespace between mainbody (containing Front Page News , bottom1 (our Twitter feed)

Can you assist.
User avatar
Fresh Boarder

teitbite
Sun Aug 28, 2016 11:25 am
Hi

Please do not hesitate to ask.
Unfortunately Your site is blocked for my country, so I cannot see this spaces to advice anything.

"403: Access Forbidden
Your location (PL) has been blacklisted."

please make it accessible for me.
User avatar
Moderator

GK User
Fri Sep 02, 2016 4:09 pm
Apologies. You should have access.

Thank you.
User avatar
Fresh Boarder

teitbite
Tue Sep 06, 2016 12:04 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.frontpage #gkPageContent {
padding-bottom: 0;
}

#gkBottom1.gkSingleModule,
#gkBottom2.gkSingleModule,
#gkBottom3.gkSingleModule,
#gkBottom4.gkSingleModule,
#gkBottom5.gkSingleModule {
    padding: 30px 0 20px;
}
User avatar
Moderator

GK User
Tue Oct 04, 2016 11:48 am
First, sorry for my delay in responding. The school year started and our developing website was pushed aside. The spacing between the 'Bottom' module positions has been fixed and looks great. The override code you provided me, however, did not seem to fix the spacing below the 'mainbody'...what am I doing wrong. The spacing below the mainbody actually appears to have increased. Thoughts?

Again, thank you.
User avatar
Fresh Boarder

teitbite
Wed Oct 05, 2016 12:30 pm
Hi

Space under mainbody is decresed too. Here screenshot with where it's located.

This big space comes from a module which has a fixed height of 600px

Code: Select all
#lnee_784 ul.latestnews-items {
    height: 600px;


not sure what this module is so do not know if there is an option in its settings to change it.
User avatar
Moderator

GK User
Thu Oct 06, 2016 10:26 am
Thank you so much. Sorry to bother you with something so simple.
Have a pleasant day.
User avatar
Fresh Boarder

teitbite
Fri Oct 07, 2016 10:10 am
Hi

You are not bothering me at all. I'm here to help, so please do not hesitate to ask.
User avatar
Moderator


cron