Search code examples
wordpressarchive

Blog Archives - Side Cut Off and Column Sizes


I'm working on: https://holisticharmonyinhc.com/ via Wordpress

The homepage is currently set to display the Archives, and if you notice, the main section (not the sidebar) is being partially cut off on the right. The Single Post display do not seem to have this issue, only the Archives display. Wondering how this can be corrected.

Also wondering if it's possible / how to adjust the columns of the Archive display where the feature image is set to a 2:3 ratio (width:height) and the info of the post is centered vertically.

I'm not positive what coding is needed for me to provide, but happy to provide anything requested. Thanks in advance!


Solution

  • Add this CSS in your active theme style.css file

    .ruby-section .ruby-content-wrap {
        overflow: inherit;
    }