Website not displaying properly

peresz / 2012-11-08 15:08:15   

So when Im seeing my site on a desktop 19" screen, the formatting i fine, but when i see it on a 15" laptop the contest of the site partially hides under the index menu. Is there a way to assign the context to stick under the index?
seredyak.co.cc/

peresz / 2012-11-09 21:47:28   

is there a line of code that I can just add so it would stick to the top?

arsondpi / 2012-11-09 22:49:02   

using Firefox I tried:

  1. #exhibit {
  2.    height: 100%;
  3.    margin: 0;
  4.    position: relative;
  5.    width: 100%;
  6. }
  7. #exhibit .container {
  8.     height: 100%;
  9.     margin-top: 195px;
  10.     padding-left: 20px;
  11. }

and it seems to work. Try it out.

peresz / 2012-11-10 19:07:34   

arsondpi you saved me yet again! thanks. worked like a charm

Vaska A / 2012-11-10 23:31:05   

And people wonder why we think Indexhibit is worth supporting?

;)

This thread has been closed, thank you.