Change blog entries to single column (below presentation columns)

  • Author
    Posts
  • #25088
    Evan

    I’ve figured out how to change the columns in presentation mode. Below that, however, the latest blog posts are listed. Is there a way to change that from two columns to a single column? I’m not referring to the columns just below the slider, but to the columns that come last on the page. Thank you for any help.

    #25825
    David Skarjune

    Here’s a little CSS hack that worked for me. This goes into the child theme style.css file or you can use Appearance->Edit CSS section. You may need to adjust the selector depending upon your settings, and you can discover that using the Google Chrome Inspect Element function.

    section.one-column #content article.post {
    float: none;
    width: 100%;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Change blog entries to single column (below presentation columns)’ is closed to new replies.