Hey guys,
Quick question, I have some white space below the footer of my shopify store that i would like removed. Picture below (I want the part marked in red gone). This shows up on both mobile and desktop.
Store link: www.Poochpal.co
Does anyone know how to do this?
Thanks for any help!
Regards,
Steph
hello @StephanieLovesU
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.page-container {
width:100%;
position: absolute;
}
2 Likes
Hello There,
1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:
.page-container {
width:100%;
position: absolute;
}
1 Like
Thanks for your response Naztech and Pallavi.
This worked!
Regards,
Steph