Change width of page
web page is http://huonphotography.kipaustralia.com.au/
I tried the CSS to change the width of the right sidebar:
/*Change width of sidebar*/
#secondary { width: 25%; }
However this leaves a large area of the page unused.
How do I change the main area width to compensate for that change?
Thanks
Kip