How to make blog page full width

Hi

I would like to show all my blog posts on a full width page

https://yoga-spirit-mauritius.myshopify.com/

rtewth

@media screen and (min-width: 750px) {
    .page-width {
        padding: 0 1rem !important;
    }
}
  • Then find the base.css file.

  • Then add the following code at the end of the file and press ‘Save’ to save it.

  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

nothing happened

anyone have a solution