[Resolved] How to get two columns

Tagged: 

  • Author
    Posts
  • #13495

    daveburstein
    Participant

    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.

    #13496

    Andrew Misplon
    Keymaster

    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 🙂

    #13498

    daveburstein
    Participant

    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

    #13502

    Andrew Misplon
    Keymaster

    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.

    #13517

    Andrew Misplon
    Keymaster

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

    #13552

    daveburstein
    Participant

    Worked like a charm. Thank you very much.

    #13553

    Andrew Misplon
    Keymaster

    Super, glad that helped. Thanks for the update.

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.

Scroll to top