Hi Debashish,
I have checked the website btrCredit, can you tell me at which screensize do you see that extra space as in Screenshot?
– The plugin sets the height to 76% of the size in the choosen layout, and uses jQuery to adjust the form with a scroll or without scroll.
– Let me know the screensize and I will try to find a way around.
Hi Ankit,
Thanks for prompt reply 🙂
I see it on my laptop which has 1280×800 resolution [ https://www.dropbox.com/s/hgjcty4qsscaghl/Screenshot%202017-10-09%2011.55.38.png?dl=0 ] , and others with more tall screens get more empty space below.
As I understand its because the height is set 76% of screen height, so when the form has only a few elements like on mine then they don’t fill up the entire height.
Probably we can take out height settings & just let it fill out as much fields as there.
Hi,
It will be as easy as a piece of cake. Just add the below CSS style in the plugin options ‘Custom CSS’ field.
#splite_popup_box.layout_centered {
max-height: 500px;
}
I have roughly taken the ruler on the form height, it is near 500px you can adjust as per your choice.
Please leave a rating if you find it helpful.
Cheers.
-
This reply was modified 7 years, 9 months ago by
Ankit Singla.
That is an excellent solution Ankit, thank you very much!