• Resolved iainm

    (@iainm)


    I put a series of download shortcodes into bullet points, and they work just fine, however the spacing between them is more like paragraph spacing than bullet point spacing. Any idea why that might be, or what I could do to fix that?

Viewing 1 replies (of 1 total)
  • Plugin Author Lana Codes

    (@lanacodes)

    The download button style has been created primarily for Bootstrap-based themes.

    Varies for other themes, but you can specify a unique style if you understand CSS:

    Appearance > Customize > Additional CSS

    And add a unique value:

    .lana-download-shortcode .badge {
       display: inline-block;
       background-color: #fff;
       padding: 3px 7px;
       margin-left: 10px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Spacing between entries’ is closed to new replies.