• Resolved Grubbi

    (@grubbi)


    I currently have two columns for my posts on the home page layout, how would I change it to one column? Also, is it possible to have one post “stickied” at the top? Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Theme options > then layout: Choose the layout that have one column.

    Grz

    Thread Starter Grubbi

    (@grubbi)

    That just makes me loose my sidebar. I mean the actual posts…they’re in two columns, I want one plus the sidebar. ??

    For one column, you’d need to add this custom css:

    .post-list .post,
    .post-list .page { width: 100% }

    Or if you only want it for homepage:

    .home .post-list .post { width: 100% }

    To sticky a post, create a category called for example “Featured”, then add the post you want to sticky to it. Then go to Theme Options > Blog > Featured Category and set it to “Featured”.

    Thread Starter Grubbi

    (@grubbi)

    Thanks Alexander ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Home Page Layout – Columns & Sticky?’ is closed to new replies.