Does anyone know how to reduce the dawn theme image-with-text content and header right padding?

@SenisyMatthew

please add below code into your base.css file located in the theme files instructions are below.

Online Theme > Edit Code > Theme Files > Asset Folder > base.css file and paste it very bottom of that file. also you can change the number according to the space you need.

#ImageWithText--template--22845503045963__image_with_text_83BhbL {
	padding: 15px;
}

Do let me know if you need my help.

Thanks