Gap between the top menu and Article

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Tue Mar 19, 2013 2:01 pm
Hello,

I have the Financial Business template from Gavick.
I have disabled the breadcrumbs and the Article headings but I am left with a gap on all the pages.
how do I reduce or remove the gap.

Attached is the screen shot.

The link to the test site is
http://vishwas.org.in/community-lab
http://vishwas.org.in/index.php

I want to remove that gap form all the pages.
Thank you.
User avatar
Fresh Boarder

GK User
Tue Mar 19, 2013 2:17 pm
Gavick1.jpg
User avatar
Fresh Boarder

teitbite
Wed Mar 20, 2013 2:43 pm
Hi

Try add this code to css:

Code: Select all
.gkArticleTools {
    display: none;
}
User avatar
Moderator

GK User
Wed Mar 20, 2013 4:49 pm
Brilliant .... That solved the issue.

THANKS A LOT.
User avatar
Fresh Boarder

GK User
Thu Mar 28, 2013 3:06 pm
Hi,
I have a similar problem but the provided solution doesn't seem to work for me.

I have created a custom html module with additional menu (module position: banner 1), right below main menu , also trying to remove the gap.

http://www.supermajda.net/opj/gk_financ ... start_J25/

help?
thanks in advance!
User avatar
Fresh Boarder

teitbite
Fri Mar 29, 2013 2:23 am
Hi

Try add this code:

Code: Select all
#gkPageTop { margin-bottom: 0; }
User avatar
Moderator

GK User
Fri Mar 29, 2013 2:29 pm
Hi and Thank you so much for a quick response!
It worked :)
User avatar
Fresh Boarder


cron