Help? How do I get rid of this extra content space under the content and above the footer? I'm guessing it's either code in footer.php or home.php. Any help appreciated. Thx.
Help? How do I get rid of this extra content space under the content and above the footer? I'm guessing it's either code in footer.php or home.php. Any help appreciated. Thx.
Its being caused by the empty, 300px high, #splithome div in your template file.
in style.css line 205
#splithome {
height:300px;
add display:none; until you resdy to use it
Great! Thank you 2 soooo much! Coded display:none; and it looks great!
You are welcome
This topic has been closed to new replies.