removing white block in mainpage

GK User
Wed May 23, 2012 11:14 pm
How can i remove this white block from the main page

23-05-2012 22-54-29.png


http://re7pc.pt/dev/esport/index.php/en/

I have 3 modules displaying in the frontage, no articles, but i have a white stripe along the page, that i can't get rid off.

Thank you
User avatar
Expert Boarder

GK User
Thu May 24, 2012 10:52 pm
Can someone help me with this please?

Thanks
User avatar
Expert Boarder

GK User
Fri May 25, 2012 8:20 pm
Is this difficult to achieve ?
User avatar
Expert Boarder

GK User
Mon May 28, 2012 8:42 am
Hi,

Please add this code to CSS Override to hide that block:
Code: Select all
#gkPage{
display:none;
}

Let me know if it helps.

Regards,
User avatar
Platinum Boarder

GK User
Mon May 28, 2012 6:12 pm
Thank you Lee
User avatar
Expert Boarder

GK User
Tue May 29, 2012 8:42 am
I'm glad that could help you mate, feel free to let me know if you have still got any other issues with your sites.

Have a nice day,
User avatar
Platinum Boarder

GK User
Sun Jun 03, 2012 8:28 am
Don Lee wrote:I'm glad that could help you mate, feel free to let me know if you have still got any other issues with your sites.

Have a nice day,


Hi Lee

I have a small problem, i can't post any article in others page after hiding that block,
How can i hide the block just for the mainpage?

Thank you
User avatar
Expert Boarder

GK User
Sun Jun 03, 2012 12:04 pm
Hi,

Go to configure your Home menu item to add a suffix class for the page, say "homeclass", then add this code instead:
Code: Select all
.homeclass #gkPage{
display:none;
}

Then the code is applied only for your homepage.
User avatar
Platinum Boarder


cron