Reply To: Reduce space between the sidebar and main content

Homepage Community Forums Legacy Theme Support Reduce space between the sidebar and main content Reply To: Reduce space between the sidebar and main content

#3698
Wes
Moderator

    Yes, you just need to increase the content width. Take a look around line 925 and you can adjust the width. –

    .content-sidebar #content,
    .sidebar-content #content {
    width: 650px;
    }

    It’s currently at 580px, but I changed it to 650px as an example. You can adjust this to whatever you’re comfortable with.