• Is there a CSS code I can use to add more space between bullet points, as they are way too close and it’s making the text to difficult to read….

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yes there is, but it depends on your code/site/theme. A very basic way is this, but it will impact ALL bullet points throughout your site:

    li {
        margin-bottom:10px;
    }

    To limit it to just your content, we’d need to see your site to figure out the proper CSS selector.

    Thread Starter jadmac

    (@jadmac)

    Hi, that worked, however it also puts transparent spaces between my drop down menu categories. Do you know how I can prevent this?

    We’d need to see your site to be able to help you any further, since we don’t know what classnames your menu uses.

    Thread Starter jadmac

    (@jadmac)

    moneysavingbible .com

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Adding space between bullet points’ is closed to new replies.