Viewing 1 replies (of 1 total)
  • Hello,

    The theme has a default value for the grid-gap but you can override it by adding custom CSS code in Customizer > Additional CSS:

    @media screen and (min-width: 1025px) {
        .has-sidebar .content-container {
            grid-gap: 2rem; //change value here
        }
    }

    Hope this helps.

    Best Regards,
    Karla

Viewing 1 replies (of 1 total)
  • The topic ‘Spacing to sidebar’ is closed to new replies.