Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hey @sophiamolino,

    Hope you’re well.

    When I check your website, popup looks like responsive. But I think there is scroll problem, can you try to add these custom CSS to your website?
    .inc_opt_popup{position:absolute !important;}

    You can add custom CSS from your editing page of popup;

    Or you can add Appearance > Customize > Additional CSS panel.

    Cheers,
    Oguz

    Thread Starter Sophiamolino

    (@sophiamolino)

    I believe it’s solved now, thanks so much!! Can I make the pop-up slightly smaller for mobile screens?

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hey @sophiamolino,

    Hope you’re well.

    It should already make itself smaller when page width getting down. Do you want to make it even more smaller? Maybe you can try this CSS codes for that;

    @media(max-width:768px){
      .wpoi-animate .wpoi-hustle{
        padding: 0 40px;
      }
    }

    You can increase 40px to make it even more smaller.

    Cheers,
    Oguz

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not responsive’ is closed to new replies.