Home Forums Pro Themes Magazine Plus Pro Bulleted list

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45029
    realm81
    Participant

    Hi,

    How can I create more space between each bulleted list? as they look very close to each other make it very ugly and difficult to read.

    #45033
    wensolutions
    Keymaster

    Hello @realm81,

    To create the more space between each bulleted line use below given CSS.

    For this go to Admin panel > Appearance > Customize > Additional CSS and below given CSS.

    .entry-content ul li {
        line-height: 40px;
    }

    Hope this helps.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.