|
#1
Jan 11, 2010, 11:21 PM
|
|
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
|
#2
Jan 11, 2010, 11: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
|
#3
Jan 11, 2010, 11: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?
|
#4
Jan 16, 2010, 07: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
|
#5
Feb 1, 2010, 02:00 PM
|
|
Bump. I still need to figure this out.
|
#6
Feb 4, 2010, 03:38 PM
|
|
no one can answer this?
|
#7
Feb 4, 2010, 04:16 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Feb 16, 2010 at 06:43 PM.
|
#8
Feb 16, 2010, 05:57 PM
|
|
|
|
320 posts · Apr 2009
[VA & AZ], USA
|
|
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.
See homepage here, I want the slideshow images to stretch to the edges without the white post border.
Last edited by Wimbledon; Feb 16, 2010 at 06:07 PM.
|
#9
Feb 17, 2010, 07:06 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
I don't see any white border, did you fix it?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#10
Feb 17, 2010, 08:51 AM
|
|
|
|
320 posts · Apr 2009
[VA & AZ], USA
|
|
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.
|
#11
Feb 17, 2010, 11:31 PM
|
|
|
|
320 posts · Apr 2009
[VA & AZ], USA
|
|
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?
|
#12
Feb 18, 2010, 06:16 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
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.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
|