change width of main column and sidebar

Permalink
my photos and even youtube vids are wider than the main column, was wondering how to change the width of main column and sidebar. any ideas? thanks.

my page ishttp://www.iquomma.com

 
TheRealSean replied on at Permalink Reply
TheRealSean
Is this a theme you have purchased?

the section responsible for the width in the css,
#right_sidebar #content, #left_sidebar #content, #page #content
line 205
width:400px;

If you have purchased the theme then I dont know if its possible to edit the theme css

You may be able to add custom css, into your pages
http://yoursite.com/index.php/dashboard/pages/themes/...
Choose Customise -> Add Your CSS -> then try adding
#right_sidebar #content, #left_sidebar #content, #page #content {width:500px!important;}

I am not certain this will work but it should do