• Resolved edeonard

    (@edeonard)


    Hello,

    retro I know… but I’d like to show the posts in a single file list format. can anyone tell me how I change it to do this?

    Thank you very much in advance.
    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter edeonard

    (@edeonard)

    to clarify,

    post 1
    post 2
    post 3

    instead of

    post 1
    post 2 post 3
    post 4 post 5

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Chosen!

    That can be done with the following CSS:

    .blog .entry,
    .archive .entry
    .search .entry {
      margin-right: 0 !important;
      width: 100% !important;
    }

    Please copy and paste the above code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    P.S. Chosen Pro has six new layouts including a few single column ones.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘show posts in single file list’ is closed to new replies.