Show classic section parallax on mobile devices

Hello,

I have created a classic section so that the parallax effect is greater and more interesting (i like it better that in the new section option)

  1. why can i not see the parallax effect on my mobile device?
  2. is there a way of having the background responsive so it isn’t so large on smaller devices?

SECOND QUESTION

  1. i cannot find out how to remove the white margin above and below my footer widget. i have a feeling that i have something turned on and cannot find it. Can you please help me remove these two margins…it’s driving me crazy.

https://yogasamatva.com/template-blocks/

thanks i cannot find the fix for these questions.

Hello @samatvayoga,

Thanks for writing to us

To get the parallax effect you need to go to the section—>Bacground—>Set the Parallax as “ON”.
Please have a look at the given screenshot below.

To get a responsive background image, I would suggest you add a padding-top and bottom of the Section or Row where you have added the background image.

Front-Page-Content-Pro (4)

To remove the footer extra space you can add this custom CSS code under X—>Theme Option —>CSS

footer.x-colophon.top {
padding: 0;
}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

I really appreciate your extra help with the footer CSS code. It worked!

I have the parallax effect on and it works for the desktop version but will not show on mobile devices. This is the question i have for you. How do i get it to work on my mobile device?

Hello @samatvayoga,

Regretfully the parallax effect works best on larger screens. And this is why the parallax is disabled on small screens. Making it work on mobile devices will require custom development and coding which is by the way beyond the scope of our support. You may need to contact 3rd-party developers to do that for you.

Best Regards.

ok thank you.

Thank you for understanding,

Have a nice day

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.