• Resolved wes1731

    (@wes1731)


    Hi there,

    Is there a way to prevent the Call to Action image from being “stuck” to the bottom of the page? The default option seems to be a parallax-type effect. I would love a static image in this area.

    I’m having trouble sizing my image so it shows up well on all screen sizes. The product ends up being cut off in many cases depending on the screen height.

    Any way to add some custom code to make this change? Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @wes1731

    You can try the following code that will remove the parallax type effect:

    .easy_store_call_to_action .es-section-wrapper {
    	background-attachment: scroll !important;
    }

    Thanks ??

    Thread Starter wes1731

    (@wes1731)

    Yes exactly! Thanks so much for your help!

    • This reply was modified 4 years, 9 months ago by wes1731.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Call to Action sticky image’ is closed to new replies.