Dawn Theme: Help with text spacing on "Image with Text" section

I’m hoping to do two things:

  1. move the text below the headline closer to the headline

  2. make the height of the section smaller, overall, while keeping the image in-frame.

Thank you in advance for your help.

Hi @guisemen

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Assets/component-image-with-text.css
  3. Add code below to bottom of file
.image-with-text__heading p {
	margin: 0;
}
@media(min-widht: 750px){
	.image-with-text--overlap .image-with-text__content {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}