The content on pages http://174.120.83.125/~bxyouth/?page_id=10
is jammed against the left side. Is there a way to move it over and give it a margin?
The content on pages http://174.120.83.125/~bxyouth/?page_id=10
is jammed against the left side. Is there a way to move it over and give it a margin?
change the padding in #content (in style.css) from
padding: 0.5em 0;
to
padding: 0.5em 1em;
(play with the second value)
Peter
Thanks so much. It is actually in format.css
Help! Now I have the same problem with the right sidebar text jammed on edges
http://174.120.83.125/~bxyouth/
in custom_my_style this is defined:
#sidebar.sidebar {
width:231.058px;
}
Change the width to 200px.
Peter
This topic has been closed to new replies.