Cannot adjust position of Slide-In or Pop-up on the page
-
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)
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.