Image cropping and spacing between section image-with text | Broadcast theme

Hello

I would for this section to :

  • make the image fit in the wrapper (there seem to be a parallax effect that I cannot figure out how to stop)

  • delete the spacing between sections

Here is my url : https://www.ambigoose.com/pages/our-ingredients

Thank you so much for your help

Jon

@JonX

sorry for that issue

can you please check theme setting maybe allow this option

Hello,

Thank you so much, Yes in the theme setting I deactivated the parallax and went to each section and change size to image height and it did the trick…

@KetanKumar Would appreciate so much an answer on the spacing (blank space between the section)

Thank you

Jon

hello @JonX

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media screen and (min-width: 729px) {
.template-page  .brick__section.brick--2   {
	margin-top: 0  !important;
}
}

@Kinjaldavra Thank you so much