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?
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?
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;
}
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.