I entered this CSS customization to remove the side bar on all pages:
#content {
max-width: 890px;
margin: 0 3.645833333333%;
}
#secondary {
display: none;
}
this did not extend the space where my images can exist in it's place. How do I get my images across the whole text space available?
please help!
The blog I need help with is katrinaleanne.com.