Reduce the space between modules in CloudHost template

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Oct 20, 2013 8:42 pm
Reply with quote
Report this post
Hi
How I can reduce it a lot space between modules: http://awesomescreenshot.com/0421uqha4c

My website URL is http://www.webexpertia.es/

Thanks in advance!!

REgards
User avatar
Expert Boarder

teitbite
Sun Oct 20, 2013 8:57 pm
Reply with quote
Report this post
Hi

This is a mainbody showing but since there is no content for it only a blank space is shown. Please add a page class suffix for homepage. For example "frontpage", and than remove the space with this css code:

Code: Select all
#gkPageContent { display: none; }
User avatar
Moderator

GK User
Mon Oct 21, 2013 2:24 pm
Reply with quote
Report this post
Hi teitbite

I tried this solution but it doesn't work. I think something I'm doing is not correct...

Could you give me this modification step-by-step please?

Thnaks in advance!!
User avatar
Expert Boarder

teitbite
Mon Oct 21, 2013 6:44 pm
Reply with quote
Report this post
Hi

Of course.

1. Please go to menu manager and check the ID of Home element
2. In template settings add a page class suffix "frontpage" to a page with ID You know from point 1
3. Copy this code to override.css

Code: Select all
body.frontpage #gkPageContent { display: none; }


4. In template settings make sure override is enabled.
5. Show me Your site.
User avatar
Moderator

GK User
Mon Oct 21, 2013 11:18 pm
Reply with quote
Report this post
User avatar
Expert Boarder

teitbite
Thu Oct 24, 2013 5:57 pm
Reply with quote
Report this post
Hi

Yes it's working fine. But looks like You want to reduce it even more. Am I right ? If yes than please manipulate with this css value (also in override.css).

Code: Select all
#gkBottom1, #gkBottom2, #gkBottom3, #gkBottom4, #gkBottom5 {
    padding: 30px 0;
}
User avatar
Moderator


cron