Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #213891

    Hello,
    is it possible via css to reduce the margin between the post preview in grid post?
    Obviously, keeping the responsive effect…

    Pietro

    #214172

    Hey studiotopo!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    div .av_one_third {
    margin-left: 1%;
    width: 32.333333%;
    }

    Regards,
    Yigit

    #214340

    Perfect!!
    Thank you!

    This is my custom css, including a margin-top control:

    div .av_one_third {
    margin-top: 2%;
    margin-left: 2%;
    width: 32%;
    }

    I have a last thing to adjust, that is the margin-top of a slideshow:
    it is on one column, above of slideshow (710px) I have an image (710px, that is one column bar).

    I found a couple of css to do it, but these css increase also the distance from the top of the content area…
    Have you a suggestion?

    #214346

    Hmmm, if I reduce the browser window,
    margin-top of one_third grid does not work….

    #214437

    Hey!

    Can you post the link to your website and point out the section you would like to edit?

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Post grid’ is closed to new replies.