• Resolved romanchan

    (@romanchan)


    Hi,

    Is there a way I can reduce the margin for the iframe to “0” or something similar that prevents the image from being too separate from the iframe?

    Thanks

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

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

    (@w33zy)

    Hello,

    I took a look at your website, the padding you are referring to is a part of the default Gutenberg styling for text blocks. So, I can give you CSS to fix it but I can’t be certain how will affect the rest of your frontend.

    .wp-block-media-text__content #goodreviews-div {
        margin: 0 0 0 -8%;
    }
    Plugin Author Kemory Grubb

    (@w33zy)

    It seems you changed something while I was looking at your website

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

The topic ‘Display onlyinfo’ is closed to new replies.