ThomasDes
-
Posts
30 -
Joined
-
Last visited
Reputation Activity
-
ThomasDes got a reaction from HannahByron in Embedded Script in Edit Mode Forces Spacing Issue
Hello. If the issue persists remember to change your section from grid with margins to grid without margins. This will get rid of any leftover white space. Do this together with the code lines other users provided and you won't have this issue.
-
ThomasDes got a reaction from Beyondspace in Black Space Below Embedded Video
THANK YOU! I adjusted it for what I needed and ended up with this:
@media only screen and (max-width: 420px) {
section[data-section-id="6639022d0cfdda1b60124005"] .intrinsic-inner {
padding-top: 20%
}
}
Worked like a charm. Thanks.