Forums
Forums / Theme: Kadence / Spacing to sidebar
(@redair)
4 years, 11 months ago
Hi. How do i get a more narrow space between page and right sidebar?
The page I need help with: [log in to see the link]
(@karlalevelup)
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
The topic ‘Spacing to sidebar’ is closed to new replies.