I am trying to adjust the margins on my site cooperphillips.net can some on tell me how to do this?
Thanks
I am trying to adjust the margins on my site cooperphillips.net can some on tell me how to do this?
Thanks
Looks like you are using Artisteer. If so, change to 'One Column' under Layout->Columns.
Do you mean the page width so the margins on the side are smaller? You can modify it with CSS, here are the elements I found related to your site:
.art-sheet {
width: 70%;
max-width: 1344px;
}
This topic has been closed to new replies.