Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #723490

    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

    #724646

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.