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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -