• I cannot get the main “content” portion of the site and the sidebar to match in height automatically.

    Ideas would be very appreciated

Viewing 3 replies - 1 through 3 (of 3 total)
  • Please provide a link to your site so we can have a look.

    Thread Starter adobemoes

    (@adobemoes)

    sorry about that

    https://www.kwoct.org/dev/

    It looks like you’ve made a fair number of structural changes to the columns in your child theme.

    The way to troubleshoot these sorts of issues is to comment out pieces of your child theme’s CSS a bit at a time to find the culprit.

    I did that with a few of your suspect styles and found that commenting out this one evened out your columns:

    .right-sidebar .entry-content, .right-sidebar .entry-summary {
         padding: 30px 84px 0px 30px;
    }

    The extra padding you added there was causing the issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘main content/sidebar same height’ is closed to new replies.