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?
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
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?