Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi rdellconsulting,

    To change the vertical gutter, install a custom CSS plugin like Simple Custom CSS and enter the following code:

    padding: 0 1.5% 4.5% 1.5%;

    Change the 4.5% value to change the vertical gutter to your liking. Let me know how it goes.

    — Anders

    Thread Starter rdellconsulting

    (@rdellconsulting)

    I should have posted the solution I came up with in a Child Theme style sheet:

    /* Adjust Gutter */
    .post-container {
      padding: 0 1.5% 1%;
      width: 33.3%;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change vertical gutter space’ is closed to new replies.