Hi,
I m trying to make my homepage full width and have no borders. I was able to do it on some of my pages but not the homepage.
Any tips?
My website psycoskateboards.com
Hi,
I m trying to make my homepage full width and have no borders. I was able to do it on some of my pages but not the homepage.
Any tips?
My website psycoskateboards.com
Please go to Online store → themes → Edit theme → Assets → theme.scss.liquid and paste this code at the end of this file
.wrapper {
max-width: 100%;
}