• Resolved dujames88

    (@dujames88)


    Hi,

    The modal looks great on desktop but a bit oversized on mobile. Any any how I can make it scale nicely to fit a small screen? Thanks in advance.

    Kind regards,
    Daniel

    The page I need help with: [log in to see the link]

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

    (@merbmerb)

    When you talk about scaling on mobile are you talking about width, height, text size? The modal size specified in the modal setup is really a max size, there are no mobile specific settings at the moment.

    Thread Starter dujames88

    (@dujames88)

    Thanks for your reply! Width, mainly. Is there a css class I can target to reduce the modal width under X screen size?

    Plugin Author merbmerb

    (@merbmerb)

    This is the CSS you need to target

    .bod-block-popup-wrap .bod-block-popup.size-m {
    width: 600px;
    }

    Thread Starter dujames88

    (@dujames88)

    Thanks!!

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

The topic ‘Scale on mobile’ is closed to new replies.