• Resolved tazcrzy

    (@tazcrzy)


    Is there a way to make the slide-in stay sticky at the bottom of the page when a user scrolls?

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @tazcrzy

    Hope you are doing well!

    I’ve had a looked at your site and the Slide-in is in a fixed position and stays in the same place on scrolling.

    If you wish to move further down the page, please edit the Slide-In, go to Display Settings and change the Slide-in position. Please see this screenshot:
    https://monosnap.com/file/ZIik5CebopjZwG3N8INzJ0gPFry6OX

    Please advise,

    Cheers,
    Nastia

    Thread Starter tazcrzy

    (@tazcrzy)

    Thank you, I have done what you suggested and the bar is still in the middle of the page not at the bottom like I want it. Next suggestion?

    Hello @tazcrzy

    Hope you’re doing well!

    I apologize for the delayed reply.

    Please let me know have you enable a custom size to the Slide In?

    Would you please add the following CSS to Appearance > Customizer > Additional CSS?

    .hustle-modal.hustle-modal-two.hustle-animated.hustle-animate-slideInLeft {
            height: 120px !important;
    }

    Please advise,

    Cheers,
    Nastia

    Thread Starter tazcrzy

    (@tazcrzy)

    Nastia,

    That worked perfectly. One more question, if you don’t mind. I would like to make it the entire width of a screen (mobile, tablet, desktop) is there an easy way to do this?

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @tazcrzy ,

    Please try this code:

    .hustle-modal.hustle-modal-two.hustle-animated.hustle-animate-slideInLeft {
            height: 120px !important;
    width: 100% !important;
    
    }

    kind regards,
    Kasia

    Thread Starter tazcrzy

    (@tazcrzy)

    With the new version of the plugin, my bar is no longer staying at the bottom of the page. How do I fix?

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello @tazcrzy

    Is this about the same website you initially reported?

    Cause when I check that domain I see the slide-in to be fixed in the left bottom corner.

    Please advise,
    Dimitris

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Sticky Slide-In’ is closed to new replies.