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

    (@monkeykong)

    I have a set of posts whose titles are really short and would look much better in a long single row instead of one per row with bullet points.

    Thread Starter monkeykong

    (@monkeykong)

    Plugin Contributor zymeth25

    (@zymeth25)

    This should be done in CSS, just search for “horizontal list” and you will get many results. The easiest is perhaps

    .lcp_catlist li {
        display: inline-block;
    }

    Hello, how change this

    • POST TITLE1
      CUSTOMFIELD1, CUSTOMFIELD2, CUSTOMFIELD3
    • POST TITLE2
      CUSTOMFIELD1, CUSTOMFIELD2, CUSTOMFIELD3
    • POST TITLE3
      CUSTOMFIELD1, CUSTOMFIELD2, CUSTOMFIELD3

    in that?

    POST TITLE1 | CUSTOMFIELD1, CUSTOMFIELD2, CUSTOMFIELD3
    POST TITLE2 | CUSTOMFIELD1, CUSTOMFIELD2, CUSTOMFIELD3
    POST TITLE3 | CUSTOMFIELD1, CUSTOMFIELD2, CUSTOMFIELD3

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Posts on the same row, not using unordered list’ is closed to new replies.