Jump to content

(SOLVED) Reduce size in footer.


Recommended Posts

Hi everyone,

 

I followed Paulito advice in my last post to just keep the copyright thing, everything worked.

Just one little problem, there is big size between the copyright and the Social media bar at the footer.

 

Please refer here :

http://postimg.org/image/6lqjath21/

 

Could someone tell me how to reduce the size (between the red arrow i made )

 

 

Thanks alot

 

Jon

Edited by jongilbert90 (see edit history)
Link to comment
Share on other sites

Hello,

 

thanks for the answer, sorry i was away for couple days.

 

I edited :

 

.footer-container #footer .footer-block {
margin-top: 0;
}

 

(i put the margin-top to 0, is that right ???)

 

Also, you say to edit :

 

.footer-container .container{
padding-bottom: 55px;

}

 

But i cant find this line in global.css.... where can i find it ?

 

Thanks alot !

 

Jon

Link to comment
Share on other sites

around line 7230

 

 

  @media (min-width: 768px) {
    .footer-container {
      background: url(../img/footer-bg.png) repeat-x #333; } }
  .footer-container .container {
    padding-bottom: 100px; }
  .footer-container #footer {
    color: #777777; }
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...