Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Spike

    (@spikefinned)

    Hi,

    If you’re able to edit your theme’s stylesheets, you can limit the popup width to 200px with this:

    .imgmap-dialog {
    max-width: 200px;
    }

    Or if that doesn’t work:

    .imgmap-dialog {
    max-width: 200px !important;
    }

    I hope that helps.

    Spike

    Thread Starter Paul2003

    (@paul2003)

    Great – thanks, that worked. I had to use the second option, as the first did nothing.
    Much appreciated.

    Plugin Author Spike

    (@spikefinned)

    Good to hear that you got it working. The first option would have worked only if the stylesheet was applied after ImageMapper’s one, but it doesn’t really matter which one you use.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make the popup smaller’ is closed to new replies.