Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1370545

    Hi Kriesi, my client would like to eliminate the zoom effect that is created when scrolling from mobile devices.
    To see the settings of the color section I leave you an image.

    This only happens from mobile and the effect is annoying, can it be remedied?
    it is very urgent, help me please

    #1370727

    Hey vbonora,
    Thanks for the link to your site, I believe that you are referring to the top image changing size on the page load, this is not an effect, this is the container becoming larger as the inner element heights are defined, to correct try adding this CSS in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #header-blog {
    	min-height: 90vh;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1370766

    Thanks Mike!

    #1370781

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Background image color section zoom effect’ is closed to new replies.