• Is it possible to increase the space between posts? Or move the title above the featured image? At the moment it’s a bit confusing to read and tell where a post excerpt ends and the next post begins.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Good morning!
    If you want more space between blog post summaries, you can do that with some custom CSS using a plugin like Simple Custom CSS.

    The theme’s current styling for the spacing is:

    .hentry {
        margin: 0 0 2rem;
    }

    So for you, copy that into your own custom stylesheet, but change the 2rem to your own preference.

    2rem = 32px

    You can use a converter if you prefer px (pixels) here: pxtoem.com

    Thread Starter LittleClue

    (@littleclue)

    Thanks! Can you also tell me how to move the header above the featured image?

    Theme Author Shaped Pixels

    (@shaped-pixels)

    Unfortunately, this theme does not have that ability from the customizer, but you can still do that by creating a child theme. If you decide to do that, I can follow up with how that can be done. You would be moving one piece of code to a different location in the content.php file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Space between Posts’ is closed to new replies.