• Resolved GerryK

    (@gerryk)


    Hi, awesome plugin. How do I change the popup window size. I have tried a few css variations in the Options settings but to no avail.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Spiffy Plugins

    (@spiffyplugins)

    The height depends on the contents of the popup. You can adjust the width using something like the following CSS:

    .calnk-link span.spiffy-popup {
        width: 200px !important;
    }
    Thread Starter GerryK

    (@gerryk)

    Awesome! Perfect – thank you. I used the wrong identifier in my own CSS. Brilliant plugin – will upgrade to the Add On pack.

    Is there a way the pop-up box font size can be changed to a larger size?

    Plugin Author Spiffy Plugins

    (@spiffyplugins)

    Sure. You can use something like this:

    .calnk-link span.spiffy-popup {
        font-size: 2em;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change popup size’ is closed to new replies.