back image into html body class
-
I have been trying to do this for about four hours with every combination possible.
I am working off a localhost so I sadly can not provide a link.
All I am tryng to do is get the back ground image to fit in the body of a page.
This is all I ave done that has come closest to what I bneed but there are freaking margins and padding that I can get rif off.
PLEASE SOMEONE HELP.<body class="page page-id-84 page-parent page-template page-template-full-width-page-php logged-in admin-bar custom-background customize-support"> <div id="container" class="hfeed"> <div id="header"> <div id="wrapper" class="clearfix"> <div id="content-full" class="grid col-940"> <div id="post-84" class="post-84 page type-page status-publish hentry"> <h1 class="entry-title post-title">OUR CLIENTS</h1> <div class="post-entry"> <p> </p> </div> <div class="post-edit"> <a class="post-edit-link" title="Edit Page" href="https://localhost/coinlogistics/wp-admin/post.php?post=84&action=edit">Edit</a> </div> </div> </div> </div> </div> <div id="footer" class="clearfix">
THIS IS THE CSS I HAVE GOTTEN CLOSEST TO.
/*----------->>>>>>>>>>>>>>>>>>>>>>>>> START OF SECTORS & INDUSTRY CUSTOM ---------------------------*/ #post-84 .post-edit { position: absolute !important; top: -9900px !important; left: -9999px !important; } body #wrapper .post-84 { padding: 0 !important; margin: 0 !important; border: 0 !important; } #post-84 .post-entry { position: absolute !important; top: -9999px !important; left: -9899px !important; } #wrapper .post-84 { background: url(https://localhost/coinlogistics/wp-content/uploads/2013/05/background.jpg); background-position: top; right; width: 100%; height: 653px; }
Firebug shows it isi the wrapper but I cleared all padding and margins as shown above.
Image of screen linked.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘back image into html body class’ is closed to new replies.