Archived topic
Featured Image now showing two columns
2 replies · Started by Amanda on December 13, 2017
Hi, This week my website has started showing two posts at the top, when it used to show one featured post at the top and the others in columns. I didn't change anything, so I'm not sure what happened. I believe I'm updated to 2.0, but my features I have available are 1.5.6. Thanks
Anyone have an idea how to fix this so on the home page I have only one main post showing on the top?
Hi there,
Can you give this CSS a shot:
.generate-columns-container .featured-column {
float: none;
width: 100%;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/