In Theme Options Settings Check That the option is available for boxed and fullwidth if available that change and if not than at the frontend right click and inspect element add some css to add width:100%. if not give your website url to check the fullwidth options
Thank you for your quick answer, It is set to full width in “theme options”
I looked in the “inspect element” but don´t know where to look for it, maybe you can send me a copy of some lines, so I can see what it looks like and the css I have to put in?
url:http://www.staging1.holidaysonbornholm.com/
thanks
Under Appearence/Editor Open stylesheet.css. ctrl+f find the class .center and change width from 85% to 100%
Thank you, it worked 🙂 but there seem to be a bit of padding on each side, it did not say anything around the text about padding, any idear where to find it? Thank´s a lot for your help, I really appreciate it!!!
body{ background:#ffffff; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#999;}
.center{ width:100%; margin:0 auto;}
img{max-width:100%}
/*Full width pages*/
body .no_sidebar{ width:100%;}