• Closed
  • July 29, 2014 at 3:43 am #8558

    Roman: I could not figure out in the styles how to decrease the amount of empty space between the posts in the medium layout. I would like to see them displayed much closer to each other. The divider is fine, but the amount of space between the divider and text is too big.
    Here is how it looks: http://www.dfp.ufv.br/portal/?page_id=502

    Emerson

    Alok Maheshwari
    Spectator
    Posts: 303
    July 29, 2014 at 4:09 am #10281

    Trying putting following code in custom css and adjust it as per your need.

    Code:
    .post
    {
    margin-bottom:10px;
    margin-top:10px;
    padding-top:10px;
    padding-bottom:10px;
    }
    Emerson Del Ponte
    Spectator
    Posts: 2
    July 29, 2014 at 2:10 pm #10282

    Great! it worked. Thanks!