I'm struggling with my site's layout. All of my articles take up only half the width of the page; as if they're set to display in two columns. The Global COnfiguration and other options seem to be set correctly; what am I missing?
malinthas Hi You can set the Lead article to 0 and Menu options. Or use this code in custom css
.items-leading .item-ct { float: left; width: 100%; }