LifeAfterHealth
Member
Posted 6 months ago #
Hello. I seem to be having an issue with my content overlapping the footer section of my site. Is there any way to make it so the height adjust automatically depending on the length of the post and doesn't screw up the footer below? I thought this feature was built into all templates but maybe not.
Also, on my contact page there are no field descriptions in the text boxes, how can I make these there??? I'm a noob to wordpress, any help would be greatly appreciated!
Here is my site: http://www.lifeafterhealth.net
and lifeafterhealth.net/contact
Is there any way to make it so the height adjust automatically
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of assistance.
there are no field descriptions in the text boxes,
Remove display: inline-block; from:
.label {
display: inline-block;
font-style: italic;
height: 0;
letter-spacing: 1px;
margin: 0;
padding-top: 3px;
vertical-align: top;
width: 0;
}
in style.css
LifeAfterHealth
Member
Posted 6 months ago #
It's above but it didn't turn into a link. Thank you for the first one, the link for the page demonstrating the problem is http://www.lifeafterhealth.net/contact
LifeAfterHealth
Member
Posted 6 months ago #
I just added some text to push everything down so it's affecting the footer. My main concern is when I go to write a blog post that the 'Main' height will not adjust with the size of the post. I want the 'Main' height to remain where it is so everything looks tight on the front page, but there's got to be a way to make it adjust depending on length of post?
Try adding clear:both'; to #footer in style.css.
LifeAfterHealth
Member
Posted 6 months ago #
esmi, you are f***ing awesome. thank you!