• Resolved lospeso

    (@lospeso)


    The slide-in box appears too high on the page.
    The browser inspector shows the positioning is 70px from the bottom, this is too high for my preference.

    I tried to find a setting for this, but could not.
    The CSS class selector for this is: “hustle-slidein-content”.

    Using that selector with a different “bottom” property value, even with the “!important” rule, in your Custom CSS field box, made no difference.

    I had to use this specific custom CSS in the theme’s “Additional CSS” for it to work.

    .hustle-slidein-content {
    bottom: 5px !important;
    }

    Did I miss where the setting for this positioning is located in the plugin?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @lospeso

    I hope you are doing well

    I am afraid we don’t have a setting to define the bottom position as we need to leave available space for “No thanks, I’m not interested” button, but the CSS would be the way to modify it.

    Best Regards
    Patrick Freitas

    Thread Starter lospeso

    (@lospeso)

    @wpmudevsupport12

    Suggestion
    I would then suggest to add this setting/adjustment to the plugin to allow the user to set the slide-in-box position the way they need it.

    Keeping it locked (to non-CSS users) to the current positioning really does restrict its usability.

    Thanks

    • This reply was modified 3 years, 5 months ago by lospeso.
    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @lospeso !

    I hope you’re doing well!

    Thank you for the feedback here and the suggestion as well! I’ll forward your post to our Hustle team for additional review.

    Warm regards,
    Pawel

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot adjust position of Slide-In or Pop-up on the page’ is closed to new replies.