• Hello, I like the 2023 theme for my blog, but would like it even more if I could keep the three column AND make the last post more prominent (as taking two columns space). I don’t know if it is the good place for this question. Thanks.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    I recommend asking at https://www.ads-software.com/support/theme/twentytwentythree/#new-post so its developers and support community can help you with this.

    Moderator bcworkz

    (@bcworkz)

    Like t-p suggested, the theme’s dedicated support forum is the best place to get your question answered, but this might be possibly done with just some custom CSS:

    li.wp-block-post:first-child {
        grid-column: 1 / span 2;
    }

    Add this to the additional CSS section of the style book.

    You might prefer span 3 because spanning more columns shortens the excerpt height, leaving a large white space below the latest post due to the second post’s taller excerpt height. There’s no such white space if the first post spanned all 3 columns.

    Thread Starter gillesenvrac

    (@gillesenvrac)

    thanks bcworkz!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A slight modification to 2023 theme’ is closed to new replies.