Tagged: android, border, color section, divider, horizontal line, mobile, separator
Hello,
When viewing a site with Enfold on Android, all sections have a small 1px grey line between them. This is problematic because when darker colors are used or solid colors between two sections it is very obvious. Any suggestions? To be clear, this is strictly an issue on android browsers and does not happen with IOS, Chrome, Safari, or Firefox.
Here is a screenshot: https://imgur.com/a/LCvOU
Hey haydaw,
I couldn’t find out how why there’s a 1px space in between them but try adding this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top #wrap_all .av-layout-grid-container {
margin-top: -1px !important;
}
}
Hope this helps.
Best regards,
Nikko