Reply To: Sidebar width

Home Forums Support Sidebar width Reply To: Sidebar width

Home Forums Support Sidebar width Reply To: Sidebar width

#99348
Tom
Lead Developer
Lead Developer

Hi John,

As the site uses a grid, you would have to edit the CSS of the sidebar and the content area.

For example, if your sidebar is set to “25”.

.widget-area.grid-25 {
      width: 18%;
}
.content-area.grid-75 {
      width: 68%;
}

As for the sidebar padding, do you mean the separating space between the sidebar and content? If so, what about reducing the separating space in the Spacing add-on?

Let me know 🙂