White space in mainbody

GK User
Sun Aug 31, 2014 1:02 am
HI
I`ve removed the gavick module "Speakers" from the mainbody position.
Now theres a lot of whit space.
How can I remove this whitspace ??

regards
Bison
User avatar
Expert Boarder

GK User
Sun Aug 31, 2014 11:11 am
Could you please post an url to your site?
User avatar
Moderator

GK User
Sun Aug 31, 2014 11:43 am
Hi Cyberek

Sure: site is at www.modelfotograferne.dk
User avatar
Expert Boarder

GK User
Sun Aug 31, 2014 7:09 pm
Please edit: /templates/gk_events/css/override.css and add at its end:
Code: Select all
.frontpage #gkContent {
display: none;
}
#gkPageContent {
padding-bottom: 0px;
}

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

GK User
Sun Aug 31, 2014 7:44 pm
Hi Cyberek
I added the css, to overide.css, but it only removed some of the white. There is stille a big gap with white left.

regards
Bison
User avatar
Expert Boarder

GK User
Mon Sep 01, 2014 6:17 pm
Please add one more declaration:
Code: Select all
.frontpage #gkBottom2.gkSingleModule {padding-top: 0px;}
User avatar
Moderator

GK User
Wed Sep 03, 2014 4:16 pm
Hi Cyberek,

I am also having kinda same problem. I have removed the Speakers module and replaced with another News Show Pro GK5 module.

I want to remove the WHITE space from the header between the header banner and the News Show Pro GK5 as it shows too much white space between the header and News Show Pro GK5 module. Is it possible to do so?

Please advise.
User avatar
Junior Boarder

GK User
Wed Sep 03, 2014 4:43 pm
@retertara - Could you please post an url to your site - to a sample page where the change should be made?
User avatar
Moderator

GK User
Wed Sep 03, 2014 4:52 pm
@Cyberek - just sent u the url of my site. Thanks.
User avatar
Junior Boarder

GK User
Wed Sep 03, 2014 5:02 pm
Please edit: /templates/gk_events/css/override.css and add at its end:
Code: Select all
.frontpage #gkMainbody {
padding: 20px 0 0 0;
}

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

GK User
Wed Sep 03, 2014 5:19 pm
Thanks Cyberek for your quick help and reply. That removes the white space from the top of News Show Pro GK5's.

I want to remove the space from the below of News Show Pro GK5's as well.

Please advise how to solve this.
User avatar
Junior Boarder

GK User
Thu Sep 04, 2014 9:15 pm
Code: Select all
.frontpage #gkPageContent {
padding-bottom: 20px;
}


should do the trick.
User avatar
Moderator

GK User
Mon Sep 08, 2014 5:25 pm
Awesome Cyberek. You are a genius. It did the trick. :)
User avatar
Junior Boarder

GK User
Thu Sep 11, 2014 3:06 pm
I'm glad I could help :)
User avatar
Moderator


cron