Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mat Lipe

    (@mat-lipe)

    HI sezsaaays,

    Looks like height of the image’s is a little taller than the list items. You can solve this by adding a height to the list items.

    Line 1895 of your style.css file could be changed to this

    .simple-links-shortcode-item{
         list-style:none;
         height: 25px;
    }

    Hope this helps!

    Thread Starter sezsaaays

    (@sezsaaays)

    Mat, you are a CHAMPION! That worked a treat – thanks so much! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multi-level & indented unordered list?’ is closed to new replies.