Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter hero2

    (@hero2)

    NOTE! At the moment I am trying out another theme (Astra), so you cannot actually see what I am talking about…

    Thread Starter hero2

    (@hero2)

    NOTE!! I have restored the Sydney theme, so you can see what I am talking about!

    Hi @hero2,

    Current version of Sydney (free) only has boxed content option only for single post.

    If you want to replicate the same style on posts archive page, you would add this CSS code to Additional CSS (under Appearance menu > Customize).

    .archive .posts-layout, .search .posts-layout, .archive .page-header, .search .page-header {
      padding: 60px;
      background-color: #fff;
    }
    .archive .page-header, .search .page-header {
      padding-bottom: 0;
    }
    .archive .archive-title, .search .archive-title, .archive .page-header h3, .search .page-header h3 {
      margin-top: 0;
      margin-bottom: 0;
    }
    @media only screen and (max-width: 767px) {
      .archive .posts-layout, .search .posts-layout {
        padding: 20px;
      }
    }
    Thread Starter hero2

    (@hero2)

    Thank you very much!

    But each block should have it’s own box, like on the front page here:

    https://wordpress.transformation.dk/

    EDIT:

    Can boxed layout be configured directly instead of Additional CSS in the paid version of Sydney?

    • This reply was modified 1 year, 9 months ago by hero2.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to get boxed layout in all lists of posts?’ is closed to new replies.