• For some reason I can’t manage the alignment of my posts. They are way too much to the left. I use WP Show post to show posts on different pages instead of using the blog page.

    I think I need some extra css, but have no clue how to. Can you please help me?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there.

    Please be informed that there’s a style that defines the alignment of the posts:

    .wp-show-posts-columns#wpsp-1483 {
        margin-left: -2em;
    }

    So you would need to check that out or override the style with something like:

    .wp-show-posts-columns#wpsp-1483 {
        margin-left: 6em !important;
    }
    Thread Starter bellebeest17

    (@bellebeest17)

    Thank you so much! This is the solution. It’s perfectly lined out now

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP show post alignment’ is closed to new replies.