How to expand standard width Storefront?
-
Hi,
I am trying to change the standard width of Storefront.
I can do so by using a pagebuilder and setting the row to full with.However the shop archieve page and single product pages can not be edited with a pagebuilder and still keep that standard width.
If I inspect with Firefox inspector this is the style I think is controlling this:
.col-full { max-width: 67.141em; margin-left: auto; margin-right: auto; padding: 0 2.617924em; box-sizing: content-box; }
If I change the max-width: 67.141em; to for example max-width: 80.141em;
it actually expands the page width in storefront in the Firefox console.
However if I add this code to the child themes style.css it does not seem to work.
Tried this as well:
.col-full { max-width: 80.141em !important; margin-left: auto; margin-right: auto; padding: 0 2.617924em; box-sizing: content-box; }
Still does nothing…
What am I missing here please?
Thanks,
Annie
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘How to expand standard width Storefront?’ is closed to new replies.