Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1284374

    Hello!
    I’ve added a street view “thing” from a simple iframe code. We use this to show our schools different studios online.
    Anyway. When I put this code into a code block or text block it has some padding above and below the actual pictures.
    Is there a simple way to remove this?

    #1286119

    Hey Gute,
    Sorry for the very late reply please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-14320 .post-entry-14320 p {
    	font-size: 0 !important;
        line-height: 0 !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1286789

    Hey Mike!

    Thank you! No problem for waiting.
    I tried the code and it worked, but t also made text text above to disapear.
    Any other idea?

    #1287059

    Hi,
    I’m not sure I see the text that the above css hide, can you take a screenshot pointing out the issue, thank you.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.