How to reduce the size of the bottom footer

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
Wed Jul 17, 2013 12:06 pm
Hello

Let me explain, I put in bottom two modules but I do not manage to reduce the height of these two modules. Overall this is a big black block, how can I reduce height this block?

And how to remove the icon tweeter that is in the black pavement in-head, I removed the other but this one I do not.

Thank you for your help.
User avatar
Junior Boarder

GK User
Wed Jul 17, 2013 12:35 pm
Could You post an url to your site?
User avatar
Moderator

GK User
Wed Jul 17, 2013 12:51 pm
User avatar
Junior Boarder

GK User
Wed Jul 17, 2013 6:45 pm
It seems You have some unnecessary code in gkBottom1 - second module. Please change in global settings editor to "no -editor" go edit that module and paste here all source code You have in that module.
User avatar
Moderator

GK User
Thu Jul 18, 2013 8:11 am
Hi

I hope i have understand your request.

So I have two module in bottom one on bottom4 :

<strong>Paris Incubateurs<br /></strong><strong>24 rue de l'Est</strong><br /><strong>75020 Paris</strong><br /><strong><a href="index.php?option=com_contact&amp;view=contact&amp;catid=11&amp;id=9-laboratoire-paris-region-innovation&amp;Itemid=491">Nous contacter&nbsp;</a></strong>

and the other it's an extension with a height of 80 px

Thanks for your help
User avatar
Junior Boarder

GK User
Thu Jul 18, 2013 10:13 am
Hi

I remove the tweet icon.
Now if in can reduce the black bottom :woohoo:
User avatar
Junior Boarder

GK User
Thu Jul 18, 2013 5:27 pm
So its ok now?
User avatar
Moderator

GK User
Fri Jul 19, 2013 7:31 am
hi

I always try to reduce the black bottom
User avatar
Junior Boarder

GK User
Mon Jul 22, 2013 6:23 pm
to make it even smaller, try this css code:
Code: Select all
#gkBottomWrap #gkSocialIcons {display: none;}
#gkBottomWrap #gkbottombottom3 .bgs_bottom {dispaly: none}

it will hide unused elements, that forces the footer to bigger height.

Please the css code in: /templates/gk_finance_business/css/override.css at the file end:
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri Aug 23, 2013 1:28 pm
Hello
Sorry for the delay in your reply but I advanced on something else.

I can not reduce the black bottom.
I tried your code but I can not do it must be that I put in template.css?

thank you for your help
User avatar
Junior Boarder

GK User
Fri Aug 23, 2013 3:36 pm
No, in /templates/gk_financial_business/css/override.css at its end:

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

GK User
Mon Aug 26, 2013 7:50 am
Hi

Thanks for your response.

I put the code but nothing change, the block don't change.
I have 3 modules on bottom 7 -8 -9 but I still have the "band" of the search position displayed when the module is not there. and so it was a black paste too high on the page.

Thank you for your help
User avatar
Junior Boarder

GK User
Mon Sep 02, 2013 3:38 pm
Code: Select all
#gkbottombottom9 .bgs_bottom_left, #gkbottombottom9 .bgs_bottom_right {display: none}

Try adding this code to override.css
User avatar
Moderator


cron