Site logo

[Support request] Main Content Area – Possible to make same size as Sidebar?

Home Forums Support [Support request] Main Content Area – Possible to make same size as Sidebar?

Home Forums Support Main Content Area – Possible to make same size as Sidebar?

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by David.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1691296
    sourceofthespring

    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?

    #1691390
    David
    Staff
    Customer Support

    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 */
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.