Reputation: 595
On this page in the left column(header titled, "Service, Repair, About") I have a image(white box with green/yellowish gradient) valigned to the bottom. Yet is not being pushed all the way to the bottom leaving about 100px in height of white space.
Any tips/suggestion to eliminate that white space?
Upvotes: 0
Views: 262
Reputation: 228162
Follow all of these steps:
#template-content-leftAREA
:
display: block
float: left
padding-top: 37px
valign="bottom"
to valign="top"
background: url(/images/gradient-box.jpg) repeat-x
.template-leftcontent-bg
inside the #template-content-leftAREA
:
background: url(/images/gradient-box.jpg) repeat-x
padding-top: 37px
Following that in Firebug removed the whitespace for me.
Upvotes: 2