• Resolved Vito Martin

    (@vitomartin_com)


    how to display the site in a “full-width” mode, with-out the white spaces in the sides of the “latest posts” ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @vitomartin_com,

    You could use some custom CSS for that. 🙂 Enter the following snippet in either the editor for your CSS plugin or the style.css file of your child theme:

    .blog .site-content, .archive .site-content, .search .site-content {
        max-width: 100%;
    }
    
    .blog .site-content .hentry, .archive .site-content .hentry, .search .site-content .hentry {
        width: 25%;
    }
    Thread Starter Vito Martin

    (@vitomartin_com)

    Excellent, thank you very much!!!

    You’re most welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to display the site in a “full-width”’ is closed to new replies.