Community Forums › Forums › Archived Forums › Design Tips and Tricks › Corporate Theme: Space between #Inner and #Footer
Tagged: Corporate Theme, footer, inner, Spacing
- This topic has 6 replies, 2 voices, and was last updated 13 years ago by
AnitaC.
-
AuthorPosts
-
January 3, 2013 at 5:47 am #9145
AnitaC
KeymasterI have created a demo for a small car dealership using this plugin. I added in the CSS below to split the Featured area so I could use two widgets in that space (found instructions on the old forum). I think that is what's causing the space between the #Inner and the #Footer on the home page only. When you go to the internal pages, there isn't a space between them - they are flushed together.
Does anyone have a solution to how I can fix this on the home page? Thanks in advance.
Here is my code:
#execphp-2 {
float: left;
width: 630px;
border: 10px solid #cccccc;
margin: 0 10px 0 0;
max-width: none;
padding: 0;
}#car_demon_search_car-widget-2 {
border: 1px solid #cccccc;
float: right;
width: 245px;
height: 335px;
margin-bottom: 25px;
width: 245px;
}
Need help with customization or troubleshooting? Reach out to me.
January 4, 2013 at 2:59 am #9438AnitaC
KeymasterAnyone up this early morning that might be able to assist me?
Need help with customization or troubleshooting? Reach out to me.
January 4, 2013 at 3:22 am #9443Ozzy
Memberit's not the CSS so much as it's the amount of closing divs you have on the home page. this is probably due to the widget areas you added.
if you look at the inner page, the footer-widgets and footer are inside of the #wrap, but it's not like that on the home page. look at your functions.php and home.php file and see if you added one too many somewhere.
January 4, 2013 at 3:24 am #9444AnitaC
KeymasterOkay, but I didn't touch those files at all. I only added the CSS to split the one Featured Area so I could drag two widgets in there. Checking it now.
Need help with customization or troubleshooting? Reach out to me.
January 4, 2013 at 3:27 am #9445AnitaC
KeymasterYou are a GENIUS! Thank you. I found it in the Home.php. But I never touched that and it's in the original download of the zip file like that. Now I can go back and finish adding some things. That car plugin works wonderful. It has EVERYTHING in it!
Need help with customization or troubleshooting? Reach out to me.
January 4, 2013 at 3:54 am #9446Ozzy
Memberif you didn't touch the home.php, then you may have added one too many closing divs when you followed the instructions from the old forum.
in any case, a genius i am not, but glad i could help!
January 4, 2013 at 3:55 am #9447 -
AuthorPosts
- The topic ‘Corporate Theme: Space between #Inner and #Footer’ is closed to new replies.