Hi Enfold team!
I am trying to figure out what is causing this whitespace in between two grid rows and how I can remove them?
Under the Youtube video and the text beside it, there is a tiny whitespace before the next grid row (HOW OUR STRATEGIC MARKETING PLAYBOOK WILL HELP YOU).
Here is the setting on the grid row that contains the Youtube video.
http://prntscr.com/j3ayd6
Can you help me figure this out and how to remove it please?
Thank you!
Hey hackoffseries,
Thanks for us a link and pointing us where the issue is located, please try to add this css code in Quick CSS (located in Enfold > General Styling):
#top .avia_codeblock iframe {
display: block;
}
Hope it helps :)
Best regards,
Nikko
Works perfectly Nikko! Awesome job as usual. Thank you!