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

    (@putra1arya)

    Hello @gianniscfa,
    The problem is that the element figure have style

    .wp-site-blocks > .alignleft {
        float: left;
        margin-right: 2em;
    }

    Try adding this additional css to your website :

    figure.wp-block-image.alignleft.size-full.is-resized.is-style-rounded {
        float: none;
    }

    Another solution is delete the figure block:

    • This reply was modified 6 months, 2 weeks ago by putra1arya.
    Thread Starter GIANNISCFA

    (@gianniscfa)

    thing is that no additional css is working to any class or selector..

    Plugin Support putra1arya

    (@putra1arya)

    It seems you already fixed the problem by changing the content of your websites.
    If you still have any issues please let us know.
    I will close the topic for now.


Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Serious issue about white space on mobile version’ is closed to new replies.