How to eliminate margins and make it full-width?

Hi,

⑴I want to make the image on the “page” full-width by eliminating the left and right margins.

⑵I want to set the width of the “TOP image grid section” to Full-width by eliminating the left, right and bottom margins.

Theme is Broadcast.

Please check the following before it is published.

19964f-7b.myshopify.com

password: aolyia

Please help me.

Hi @Havana2024

You already solved the issue image on homepage. Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to solve 1 issue

@media (max-width: 749px) {
.index-page .wrapper--full-padded {
padding-left: 0;
padding-right: 0
}
}