• Resolved rootsman

    (@rootsman)


    Hello,

    https://www.devel.uyuyuyhost.com

    I added a popup in the pre-header menu, button is “soporte”
    My issue is that I have set the width to custom and the vaule 990px

    Now I see that is at 1026 with firebug for chrome. But in the code is still see 990px at custom width.

    The issue raised in chrome and opera, firefox is working fine.

    This started after the update of wordpressfrom 4.1 to 4.1.1, maybe this is not the reason but was working fine.

    Thanks in advance.

    https://www.ads-software.com/plugins/popup-maker/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @rootsman – This depends on your theme. Basically the outside width(inside the border) is equal to width + padding. So in your case its 18px + 990px + 18px.

    A lot of newer themes using css box-sizing to correct this. Here is an article that explains this https://css-tricks.com/box-sizing/

    Setting box-sizing: border-box will make it so that the padding is subtracted from the width.

    Hope that helps.

    Not sure it has anything to do with the WP update.

    Thread Starter rootsman

    (@rootsman)

    @danieliser

    Thanks for the update, I will check the link, I thought that could something with the padding or margins.

    I’m a beginner with css and code.

    Thanks and great plugin, it worked as I wanted.

    Plugin Author Daniel Iser

    (@danieliser)

    I see part of the problem and will release an update to fix it later this week.

    Thread Starter rootsman

    (@rootsman)

    Ok thanks.

    Great support.

    Plugin Author Daniel Iser

    (@danieliser)

    Not a problem. You can track the issue if you prefer here https://github.com/PopupMaker/Popup-Maker/issues/29

    Plugin Author Daniel Iser

    (@danieliser)

    I added this to the update going out tomorrow.

    Thread Starter rootsman

    (@rootsman)

    Nice, thanks and great support.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘popup width’ is closed to new replies.