how to make the picture full width of the website

hi!

is it possible to make the big pictures on my website full width?

https://www.gallerychristian.com

thanks!

Christian Russo

Hi @christian_russo
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

body.gradient{
margin: 0!important;
padding: 0!important;
}

thanks! is it also possible to make the header full width?