Solved

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

JonX
Explorer
76 6 33

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

Screen Shot 2021-07-29 at 7.55.06 AM.png

 

 

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

Thank you so much for your help

Jon

 

Accepted Solutions (2)

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@JonX 

sorry for that issue 

can you please check theme setting maybe allow this option 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

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;
}
}

 

View solution in original post

Replies 4 (4)

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@JonX 

sorry for that issue 

can you please check theme setting maybe allow this option 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
JonX
Explorer
76 6 33

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

Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

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;
}
}

 

JonX
Explorer
76 6 33

@Kinjaldavra Thank you so much