html - Space on top of div for unknown reason -


i'm working on website , done. have 1 problem. table-cell on right side (chalkboard) has space on top of , cant figure out life of how rid of it. fine until put pictures left of it.

to best of knowledge because in separate div's.

can please help? thank you!

the url thecheesepatch.com

your .right-container set display table-cell , vertically aligning bottom. assign attribute .right-container , you're go:

.right-container {    vertical-align: top; } 

Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -