Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @derlehre,

    Thank you for writing in!
    We have investigated the issue and were able to replicate it on our testing environment. It appears that the latest version of WordPress has removed the left and right padding from all blocks, which is causing the layout issue on the movie view.
    We have reported this to our developer team and a fix will be included in our next update.
    In the meantime, as a temporary solution, please add the following CSS code to your site:
    :where(.wp-block-group.has-background) {
    padding: 1.25em 2.375em;
    }

    Best regards!

    Thread Starter derlehre

    (@derlehre)

    Thanks dear @shresthauzwal it’s not only mobile view problem, it’s stretched on Desktop and tablet too. That css fixes for all of them?

    Hi @derlehre,

    Yes, the CSS fix will work across all screen sizes including desktop, tablet, and mobile — so you are all covered!

    If the solution has resolved your issue, could you please kindly mark this topic as resolved? It helps keep the forum organized and assists other users who may face a similar issue.

    Best Regards!

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

You must be logged in to reply to this topic.