Site logo

Archived topic

Main Content Area - Possible to make same size as Sidebar?

1 reply · Started by sourceofthespring on March 11, 2021

Viewing posts 1–2 of 2

Hi there,

Our website's sidebar often extends past our main content area. Would it be possible to automatically adjust the main content area to match the sidebar?

Hi there,

no auto way to do that - as your sidebar has ads loading dynamically so on load the full height of the side bar is unknown.

Best i can offer is to set a min height on the single article with CSS:

.single .inside-article {
  min-height: 4500px; /* adjust to max-height of sidebar */
}
This archived topic is closed to new replies.