• Resolved Arijit

    (@arijit)


    Hi authors thanks for the awesome plugin.I am currently using it on my blog SEO Ultimate.I don’t have much programming background & just want a little help from you.Can you tell me how I canmake the popup window scroll to bottom as the user scrolls the page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Miguelo2008

    (@miguelo2008)

    Hi Arijit,

    I’m sorry for the delay the answer.

    If you want the popup window to have the same position all the time, you have to change the style sheet mplugin.css in the following line:

    change this:

    .overbox{
    position: absolute;

    for this:

    .overbox{
    position: fixed;

    Best wishes

    Plugin Author Miguelo2008

    (@miguelo2008)

    Hi,

    Anyway, you can see this other plugin:

    https://www.ads-software.com/extend/plugins/toolbar-to-share/

    With it you can put a toolbar in your website

    It is quite different but it is less agressive for your users.

    This toolbar is going to be fix in your website all the time.

    You can see it at the bottom of this website:
    https://los-horoscopos.com/

    Best wishes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make the popup box scrollable’ is closed to new replies.