miketopher
Member
Posted 8 months ago #
on
http://bit.ly/rpkXOX
if you look to the left of the word Home and to the right of the text in the right sidebar, there's about half inch or so of space/padding.. i tried
#primary {
padding:0px;
}
#sidebar-page-custom {
padding:0px;
}
#main {
padding:0px;
}
all of the above.. and it wont move..
thanks to everyone
sholdstock
Member
Posted 6 months ago #
did you ever resolve this?
i'm trying to remove that space too
Steve Weblin
Member
Posted 6 months ago #
please provide a working link to the page.
Have you tried viewing the page on Firefox with the Firebug plugin. You should then be able to inspect that element of the page to see how it is styled.
Do not edit the Twenty Eleven theme. It is the default WordPress 3.2 theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. Create a child theme for your changes. Once your child theme is active, we should be able to help with the customisation.
suraj pal sharma
Member
Posted 3 months ago #
try
[please mark any posted code - see forum guidelines]
#page { max-width: 1000px;
min-width: 900px;
margin: 0em auto;
margin-top: 0;
}
body {
padding: 0 0em;
}
[signature moderated]