• Floydthedog

    (@floydthedog)


    I am trying to get a list to flow as a paragraph of entries and not a vertical column list – I know the css okay

    .reso ul {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
    }

    The class comes from a plug in but I am using a child theme to tweak the css … everything else I have done works but I cannot get the lists to flow inline … any ideas?

Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘UL inline – can't make it happen …’ is closed to new replies.