Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Thomas

    (@tlartaud)

    Hi,

    Sorry for the delay (do not hesitate to post directly on our main support forums next time, where we are more reactive).

    What did you add to the content area?
    It does not look like it comes from our plugin. Is that an iframe? An object? another HTML element?

    If yes, it can easily be resized with CSS. Let’s assume this is an iframe, you could try to add this kind of CSS code to your child theme:

    
    body.customer-area .cuar-css-wrapper iframe {
    width: 100%;
    min-height: 500px;
    }
    

    Best regards.

    • This reply was modified 4 years, 5 months ago by Thomas.
    Plugin Author Thomas

    (@tlartaud)

    Hi,

    Marking as resolved, do not hesitate to ask if needed.

    Regards.

    • This reply was modified 4 years, 4 months ago by Thomas.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Private Area too small in pixel’ is closed to new replies.