default width of main in full width pages
PermalinkHow can I change this?
I'm using a copied version of Elemental theme
Thanks
p
This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.
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.
:)