default width of main in full width pages

Permalink
I'd like the default width of the Main area my Full-width template to be 930px rather than full width.
How can I change this?

I'm using a copied version of Elemental theme

Thanks
p

 
PJSAndo replied on at Permalink Reply
It's OK, I found the solution.

I'd made changes to my container div earlier to make content 930px. But when I added my php block to the Main area in my page it was not contained within a 'container' div. So all I had to do was (within the php content of my php block) wrap the code content within a container div. The existing styles were then applied and the content was changed to 930px as needed.

:)