hello i have a retailer page
https://www.moxyeats.com/pages/retailers
where all the content is smashed to the middle of the page. i was able to change in inspector mode to find the css needed to change page, but when i go to edit the css i cant locate the line of code to make the content of the page full width
this is how the pages looks now
and this i want it to look like this with the width of the content taken up the full width
So…
the element i want to change is
when i view code in inspector mode the sources are
line 2533
/* Sixths /
.push–large–one-sixth {
/ left: 16.666%; */
}
and
line 1633
.large–two-thirds {
/* width: 66.666%; */
}
changes what i want on the page if i remove or uncheck them
but when i go to try and find in theme.scss i cant find to make the changes

