• Hello Bill,

    Thanks for making such a great plugin.

    But unfortunately i am facing some real issue from the day i activated this.

    I wanted to show all my posts on one page so i used this short code [display-posts posts_per_page=”1500″ order=”DESC”] and without any doubt this short code is working fine.

    But when i see the ul list items. All the long items more then their normal length are ending in single line. When i change the width of the screen they dont come to second row.

    i think their is some issue with css.

    Please help me

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    This plugin does not add any styling (CSS), so it inherits the default list styling of your theme.

    If you provide a link to the page in question, I can take a look and advise what CSS changes you should make to your theme.

    Thread Starter Sheelendra

    (@sheelendra)

    Thanks Bill,

    That was my fault the page was using some other code. I removed the code and it started working nice.

    But just one more question i want to use my own css code for that particular ul list.

    .display-posts-listing .title {
    display: block;
    font-size: 20px;
    list-style-type: decimal;
    line-height: 40px;

    i am using the above code. But list-style-type: decimal; is not working and it is following the default theme type.

    Please help with this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘List items are ending in single line. I want them the rows to get responsive.’ is closed to new replies.