Hi,
Can you please advise me on my home page at http://c83.b63.myftpupload.com/.
I have two grid rows with three blocks each. I’d like all six of them to have an equal white border around them, and they don’t. Also, there is a visible light gray border in between them – how do I get rid of this?
Thank you!
Justine
Hey jnightingale,
Try to add this code in Quick CSS (located in Enfold > General Styling):
.home #av-layout-grid-2 {
border: 0;
}
#top.home .no_margin.av_one_third {
border: 0;
}
#top.home .avia-image-container.avia-align-center {
margin-top: 16px;
margin-bottom: 16px;
}
Hope this helps.
Best regards,
Nikko