remove bottom space in over and over format.

Leetomic / 2013-10-24 11:22:41   

sorry for too many questions!!

hi folks.

I am using over and over format that fits on screen like fullsized one.
By the way, i'm happy with that but there is some space
when i scroll down "TO THE BOTTOM".
let me call it "Bottom space"

Can i remove the bottom space?

leetomic.com/index.php/x/--/

Vaska A / 2013-10-24 12:17:42   

I think you can style the bottom bottom space by targeting:

  1. #exhibit .container { padding-bottom: ?px; }
arsondpi / 2013-10-24 12:23:14   

There's a margin-bottom css rule in #exhibit.

  1. #exhibit {
  2.     margin-bottom: 65px;
  3.     margin-top: 115px;
  4. }

either delete it or reset it in the css part of your format.

Leetomic / 2013-10-25 02:56:22   

THANK YOU VERY MUCH
IT WORKSSSS

This thread has been closed, thank you.