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)
-   -   How do I remove the padding in the center area of the homepage only? (http://forum.bytesforall.com/showthread.php?t=5265)

turnerbearing Jan 11, 2010 10:21 PM

How do I remove the padding in the center area of the homepage only?
 
I would like to have a custom image that goes margin to margin. How do I remove the padding from a static home page?

http://www.spudveyor.com

turnerbearing Jan 11, 2010 10:41 PM

I did create a template page just for the home page, but I don't know how to remove the padding in the main post area.

Thanks.
Christine

turnerbearing Jan 11, 2010 10:48 PM

Sorry, one more thing, I would like the right column turned off also only on the home page - how do I do that?

10SNE1 Jan 16, 2010 06:08 PM

Hi,

How did you get your menu drop down to be those colors? I have just the standard ones on briantinsley.com at the very top and would like to either add another menu or change colors.
Thanks,
Brian

turnerbearing Feb 1, 2010 01:00 PM

Bump. I still need to figure this out.

turnerbearing Feb 4, 2010 02:38 PM

no one can answer this?

juggledad Feb 4, 2010 03:16 PM

You can shutoff the sidebar at ATO->Style & configure SIDEBARS->RIGHT sidebar: Display on: - just uncheck 'Front Page'
as for padding - what padding - sorry the website is not coming up. You can use CSS to do this using the 'body.home xxxxxx {padding: 0; } where xxxxx is the element that you want the padding off of

Wimbledon Feb 16, 2010 04:57 PM

I need some help on this issue as well.

I've tried both + and -

body.home td#middle {
margin-left: +-10px;
margin-right: +-10px;
}

and

body.home td#middle {
padding: +-10px;
}

Neither works. :confused:

See homepage here, I want the slideshow images to stretch to the edges without the white post border.

juggledad Feb 17, 2010 06:06 AM

I don't see any white border, did you fix it?

Wimbledon Feb 17, 2010 07:51 AM

I put in this CSS insert:

body.home td#middle {
background: transparent;
}

While it works in removing the background border, I would prefer to figure out the margins if anyone finds a way.

Wimbledon Feb 17, 2010 10:31 PM

Does anyone know why margin/padding CSS doesn't work? I'd like to understand what I'm doing wrong. Is it that I need to modify another page element instead? If so, how do I address that element?

juggledad Feb 18, 2010 05:16 AM

You may need to add '!important' to the end of your CSS rule if some other CSS selector is more specific than the one you are coding. I would have to see the way you don't like to tell you exactly what to do.


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

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