• Resolved ehstbr

    (@ehstbr)


    How I can remove all margins of a popup? I create a popup with a image and the popup have a margin the background color…

    On previous versions I removed popup padding on CSS… but on the latest version something has changed that this trick don’t work well.

    Some suggetion? 🙂

    I think that can be a option on popup edit page. 😉

    https://ww.wp.xz.cn/plugins/popups/

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

    (@timersys)

    With css should be possible. Be sure you are referencing the proper popup id and using !important. For example

    #spu-60{
    padding: 0 !important;
    }
    eraybozkurt

    (@eraybozkurt)

    Is there any way to make an image fill in the popup box with no padding?

    eraybozkurt

    (@eraybozkurt)

    Oh, it seems like the code above does the trick. Thank you.

    Plugin Author Damian

    (@timersys)

    If you like the plugin please support us by leaving a nice review

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove padding and margins’ is closed to new replies.