• Resolved nikist

    (@nikist)


    Hi,
    I’m using The Otter Blocks Plugin and I have created an Icon list.
    The main issue I’m facing is that when a bulletpoint is longer than one line (lets say it’s 3 lines for example), the icon is placed at the middle of the lines of that same bullet point (in the example, it would be next to line two).
    This gives a very confusing result, as the reader won’t really know where the bullet point starts.
    I can’t find any settings to change this and to get the icon next to the first line.
    How could I solve this issue?

    Thank you in advance,
    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Vytis

    (@bvytis)

    Hi @nikist,

    Thank you for using Otter plugin.

    The described behavior is expected but you can change it with custom CSS, here is a code needed:

    .wp-block-themeisle-blocks-icon-list .wp-block-themeisle-blocks-icon-list-item {
    align-items: baseline;
    }


    I hope it helps!

    Thread Starter nikist

    (@nikist)

    Hi @bvytis ,
    Thank you so much, it worked!
    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Icon list: how to get positon of icon next to the 1st line of the sentence’ is closed to new replies.