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)
-   -   Remove Padding for Home Page Only (http://forum.bytesforall.com/showthread.php?t=15270)

c12281 Sep 1, 2011 10:33 PM

Remove Padding for Home Page Only
 
I have read a few other threads regarding how to change margins/padding for an individual page. I just can't get the right selector. I would like the slideshow to bleed off the left and right sides of the following home page.

http://sweetboutiquellc.com/

I have tried a number of different selectors, but none have worked. Here are the latest I tried:

div#post-19 td#middle {padding:0px;}

div.post-19 td#middle {padding:0px;}

Not quite sure what I'm doing wrong.

lmilesw Sep 2, 2011 06:24 AM

The image goes all the way to the edge on Firefox and Windows 7.

c12281 Sep 2, 2011 09:49 AM

I kept searching and finally found the answer in the forums. I used the following code:

body.home td#middle {
padding:0px;
background:#FFC9D4;

Question, though. I could not find this selector (body.home td#middle) in Firebug. Is there a guide or something I could refer to going forward that will help me more quickly find the right selector? I am no expert on Firebug, Divs, or Classes -- I spend sooooo much time trying to identify the right selector. Any help would be greatly appreciated.

Thanks so much!

lmilesw Sep 2, 2011 06:47 PM

I spend quite a bit of time finding the right selector at times as well. It really is a matter of experience.


All times are GMT -6. The time now is 03:02 PM.

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