How to make page full width - from end to end

Hi,

I am trying to make an image on my homepage become full width. I the default style for pages as left sidebar. My homepage is set as full width. This still leaves plenty of empty space on each side. The image is inserted through the pages section and not widget area. The current image on my home page is 1800px x 1350px big. I would like the this image to only be fullwidth.

This is a Link to the page.

Hi @shahidul,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

body.home #main.container {
    width: 100%;
    padding: 0;
}

Best Regards,
Movin