- This topic has 6 replies, 2 voices, and was last updated 5 years ago by Andrew Misplon.
Tagged: columns
- AuthorPosts
- November 12, 2019 at 9:11 am #13495
davebursteinParticipantI’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.November 12, 2019 at 9:32 am #13496
Andrew MisplonKeymasterHi 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 🙂
November 12, 2019 at 11:43 am #13498
davebursteinParticipantAndrew –
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
DaveNovember 12, 2019 at 12:42 pm #13502
Andrew MisplonKeymasterThanks 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.
November 15, 2019 at 10:05 am #13517
Andrew MisplonKeymasterHi Dave, a quick follow-up to see how this went. Thanks.
November 19, 2019 at 11:46 pm #13552
davebursteinParticipantWorked like a charm. Thank you very much.
November 20, 2019 at 9:22 am #13553
Andrew MisplonKeymasterSuper, glad that helped. Thanks for the update.
- AuthorPosts
You must be logged in to reply to this topic.