Search code examples
wordpressgenesis

Genesis - How display the latest posts in 1 column instead of 2?


The Minimum Pro Theme seems to display the latest posts divided into 2 columns by default, and although it seemed like an easy task, I could not find any way to change it.

Any help would be highly appreciated.


Solution

  • Try to update 100% working:

    Set width width: 100%; in your theme's style.css file.

    style.css

    .genesis-grid-even, .genesis-grid-odd {
        width: 100%;
    }