• Resolved einstem

    (@einstem)


    I am working with your plugin to create a bulleted list of links.
    So far, everything looks fine.
    Only question I have is that I want to put a space between the bulleted items that display when I use a shortcode to show the list. I looked at the parameters, and don’t see one for adding a line break between the bulleted items. Is there an option to do that and I just missed it?
    Regards,
    Michael

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

    (@mat-lipe)

    Hi Michael,

    The only way to change the markup is using filters although I believe this may be accomplished easier by using custom styles.

    If you add the following css to your site it will add some space between the items.

    .simple-links-item {
        margin: 5px 0 !important;
    }

    You may adjust the 5 to whatever you like.

    Cheers

    Mat Lipe

    Thread Starter einstem

    (@einstem)

    Worked perfectly.. thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line Break between Link Bullets’ is closed to new replies.