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

    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

    #742098

    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

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