• Hi,

    What CSS would I use to increase the spacing (padding) between two grids along one row. The URL of my page is http://www.tripcandy.com.au/ where I have mocked up 4 posts as Grid views. Like I said I would like there to be more space between the columns of grids.

    Many thanks!
    W

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hello,
    you can add this CSS code to file style.css of your active theme:

    
    .pt-cv-ifield {
        padding: 0 10px;
    }
    

    Best regards,

    Thread Starter wcushen

    (@wcushen)

    Fantastic, thank you very much!

    This may not be possible, but if I have two grids per row, is there any way to push them more to the outer edges of the page? They still sort of hang in the center. If not, no worries.

    Thank you for your help!
    W

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space between column grids’ is closed to new replies.