Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   responsive background image, fixed footer (http://forum.bytesforall.com/showthread.php?t=21639)

gr870sfunk Mar 7, 2014 02:47 PM

responsive background image, fixed footer
 
Ok so this problem might require my donating more money or hiring an admin to act as a consultant on this project.

That being said, I am trying to develop this layout.

I do not have the skill set yet to make the whole site responsive, but i'm ok with that. I can get the background image to be responsive using this:

HTML Code:

html{
background: url(http://www.larrymeansforsenate.com/wp-content/uploads/2014/03/background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

But that's not what I need. I need the image to end at the beginning of the footer, not go under it.

I don't know. I'm seriously confused about all this and am in real need of assistance.

Thanks!

juggledad Mar 7, 2014 04:15 PM

I would hard code the footer in. There is an old thread in the 'FOOTER' faq section that shows how to add a full width footer. I would use that idea to ipliment this.


All times are GMT -6. The time now is 04:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.