Hi,
I have a similar problem, I am using a genesis child theme and want to change the increase the content width size.
So I changed the below 2 and didn’t see any change.
/* Site Containers
——————————————— */
.site-inner,
.wrap {
margin: 0 auto;
/* max-width: 1140px; */
max-width: 1340px;
}
AND
.content {
float: right;
/* width: 730px; */ /*Anu Comment*/
width: 930px;
Please HELP