WordPress Homepage structure

  • Unknown's avatar

    Hi I’m new to word press, I’m trying to structure my home page so it only shows my post.

    For example

    Picture 1 | Picture 2 | Picture 3
    Blog 1 | Blog 2 | blog 3

    How do I go about organising my home page so it looks like the following?

    Everything I click add blog to a block it shows every post and goes down not across.

    Any help would be appreciated

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi,

    as I see you use Varia Theme. The homepage is layouted to have columns. Either you use a new site without columns and define it as your homepage or you can change this via customizing CSS:

    “Customize” –> “Additional CSS”

    .wp-block-column {
        min-width: 100%;
    }

    The min width defines that on column needs one row if its 100%. Now its “0”. So this additional CSS code should fix what you want. If you want two or three columns, just play around with 30% or 60%.

    I hope this helped you and have a great day!

  • Unknown's avatar

    Hi there @ vincentmai57 in order to use the Custom CSS that @32lamar provided, you’ll need to upgrade your WPcom site to at least the Premium upgrade plan. You can see more about custom CSS in our guide at https://wordpress.com/support/custom-design/custom-css/

    However, I see your above site is using the Hever theme. All the Block Styles themes have a static front page https://wordpress.com/support/pages/front-page/ which uses various blocks to achieve their look. The Posts page itself is arranged differently, in reverse chronological order, so one above the other. Let us know if you need more help with this.

  • The topic ‘WordPress Homepage structure’ is closed to new replies.