How to delete padding on the sides of collage and make padding smaller in between images

Hello,

How can i make the collage full width on my website with no padding on the sides? How can I also minimize the padding between the images vertically and horizontally?

https://ekety5-vj.myshopify.com/

Hi @villabodrum

Please add this code to Custom CSS of theme settings in Online store > Themes > Customize

#shopify-section-template--23514439581943__collage_KRwKgb .page-width {
    max-width: 100%;
    padding: 0;
}

Hi!

Thank you for your solution which works but I am getting this message from shopify when I try to save the code - do you know why?

You added too much code in there, so they do not allow you to save. Please add that code at the bottom of your base.css file of the theme instead.

Hi!

I added the code to the end of base.css but it didn’t work. Can you assist with this?