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

    I have a row of images 1/3, 1/3, 1/3
    How can I tighten the space between them?
    How can I align them with above slider?

    #509060

    Merhabalar! :)

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .home .av_one_third.first {
        margin-left: 0;
    }
    .home .av_one_third {
        margin-left: 1%;
        width: 32.6%;
    }

    Cheers!
    Yigit

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