Resolved

How to get two columns

Polestar Theme started by daveburstein Nov 12, 2019 6 replies
daveburstein Nov 12, 2019 · 9:11 am #13495

I’m a newbie with Polestar and can’t figure how to get twp columns on the home page of analysisbranch.com. It’s a simple blog page with minimal customization.
Advice welcome.

Andrew Misplon Puro Nov 12, 2019 · 9:32 am #13496

Hi Dave, thanks for reaching out.

There isn’t currently a two-column blog layout in Polestar. Would you perhaps like to give a blog widget a try that’ll let you customize things a bit? If so, please, try the following:

1. From Plugins install Page Builder by SiteOrigin, the SiteOrigin Widgets Bundle and finally, Widgets for SiteOrigin.

2. Once all three are activated, go to Plugins > SiteOrigin Widgets and ensure the Inked Blog widget is activated.

3. Go to Pages, create a page, call it Home.

4. Go to Settings > Reading, assign Home as your static home page.

5. Go to Pages > Home.

If you’re working in the Block Editor, insert a SiteOrigin Layout Block and insert into that the Inked Blog widget.

If you’re working in the Classic Editor, click on the Page Builder tab and insert an Inked Blog widget.

Let me know how that goes 🙂

daveburstein Nov 12, 2019 · 11:43 am #13498

Andrew –
Thank you. We’ve actually bought a premium subscription to SiteOrigin, and it is at their recommendation I’m using your themes.

But i was trying to keep things simple for now, because I have a massive amount of writing to catch up. Do either of your other themes allow me a second column?

Thanks
Dave

Andrew Misplon Puro Nov 12, 2019 · 12:42 pm #13502

Thanks for your reply. Please, try adding the following to Appearance > Custom CSS (SiteOrigin CSS) or Customize > Additional CSS:

@media (min-width: 769px) {

	.blog .site-main .hentry,
	.archive .site-main .hentry {
		break-inside: avoid-column;
		page-break-inside: avoid;
	}

	.blog .site-main,
	.archive .site-main {
		column-count: 2;
		column-gap: 50px;
	}
}

I hope that helps.

Andrew Misplon Puro Nov 15, 2019 · 10:05 am #13517

Hi Dave, a quick follow-up to see how this went. Thanks.

daveburstein Nov 19, 2019 · 11:46 pm #13552

Worked like a charm. Thank you very much.

Andrew Misplon Puro Nov 20, 2019 · 9:22 am #13553

Super, glad that helped. Thanks for the update.

7 posts