Change Site Width

Hi Guys,

This is going to be a major stupid question but how can I change the width of the site in the boxed style layout to 790px wide? I changed the max width in Global Settings but not the desired result.

Link here - http://penguinpreview.co.uk/nuraskincare/

Thanks.

Hi Adam,

Can you try the following CSS, please.

.fl-page,
.container {
    width: 790px;
}

Thanks,
Danny