Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #490694

    I would like to adjust the space between the rows in my portfolio (www.gotfat.dk). Right now there is to much space between the rows. The columns are tight together which is nice, but I would like rows to have half or 1/3 of the current padding/space between rows.

    #490702

    Hey thorhampusbank!

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

    .isotope_activated .isotope-item {
        padding: 5px;
    }

    Nice website by the way :)

    Best regards,
    Yigit

    #490857

    That Quick CSS put extra 5 pixels between the columns (vertical) – it was between the rows (horizontal) in the portfolio.

    And thx – we also are very pleased with our site and Enfold.

    #490865

    Hey!

    This is how your portfolio items looks like on my end – http://i.imgur.com/uJY3Jer.jpg
    You can change the code to following to only apply padding to bottom

    .isotope_activated .isotope-item {
        padding-bottom: 5px;
    }

    Best regards,
    Yigit

    #490875

    Strange. This is how it looks in my end: screenshot

    I am running safari and firefox on mac. Looks the same on safari and in firefox – both have a large padding between the rows as depicted in the screen shot

    #490887

    Hey!

    Can you please deactivate all active plugins and check if that helps?

    Cheers!
    Yigit

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