Hi
I would like to show all my blog posts on a full width page
https://yoga-spirit-mauritius.myshopify.com/
rtewth
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:
nothing happened
anyone have a solution