• Resolved linvirgo

    (@linvirgo)


    Hi,

    I’ve embed google sheet in wordpress using EmbedPress, I paste the code in site origin editor. The google sheet size in computer and tab are fine but it looks too small in mobile. How can I make it bigger in mobile?

    Thank You.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Amit Paul

    (@paulamit)

    Hi @linvirgo,

    Greetings. I hope you’re doing good.

    Well, I have reviewed your query. Would you kindly try this below CSS?

    @media screen and (max-width: 537px) {
    .ose-embedpress-responsive>iframe {
    height: 100%!important;
    max-height: 400px!important; /*You can use your preferred size*/
    }
    }

    You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.
    After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code.
    Please check this screencast to learn more – https://d.pr/v/QrrfTw

    I hope it helps. Let me know how it goes.

    Thank you!

    Thread Starter linvirgo

    (@linvirgo)

    Yes, the css code works. Thank You very much for your help !

    Plugin Support Amit Paul

    (@paulamit)

    Hi @linvirgo

    Great to hear that it’s working fine.

    And I am glad I was able to help, please feel free to contact our support anytime you need help, we are always here to help.

    If you don’t mind me asking, could you do me a favor, and spend 30-sec to review us 5-Star and sharing the support experience with me by following this link, this will help us to serve better.

    Link to review – https://ww.wp.xz.cn/support/plugin/embedpress/reviews/#new-post

    Thank you in advance! 🙂

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

The topic ‘Resize embedded google sheet in mobile’ is closed to new replies.