[Resolved] Add spacing to bullet lists on pages

Home Forums Support [Resolved] Add spacing to bullet lists on pages

Home Forums Support Add spacing to bullet lists on pages

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #989557
    Jake

    Hello,

    Trying to add space between bullet point lists on ordinary pages like home, about etc.

    Tried:

    ul li {
        margin-bottom: 15px;
    }

    But changes breadcrumbs and menu. Also tried:

    .entry-content ul li,
    .entry-content ol li {
        margin-bottom: 15px;
    }

    But doesn’t seem to do anything. Any suggestions?

    Is there also a way to change the size of the bullet points without changing the font size of lists? I.e. my font size is 18px, can I just change the bullet points to ~14px?

    #989986
    Leo
    Staff
    Customer Support

    Hi there,

    The second CSS should work.

    Any chance you can link us to the site in question?

    You can edit the original topic and use the private URL field.

    Let me know πŸ™‚

    #990000
    Jake

    Hey Leo,

    I’ve added the site above.

    I’ve also implemented the 2nd row of code, doesn’t seem to be working still.

    Let me know.

    #990024
    Leo
    Staff
    Customer Support

    Your site is under coming soon page.

    Can you disable it for now?

    #990026
    Jake

    Apologies, I didn’t save changes!

    Should be up now.

    #990032
    Leo
    Staff
    Customer Support

    Try replacing .entry-content with .site-content

    #990037
    Jake

    Perfect, that’s worked.

    Is there a way to decrease the size of the bullet points slightly?

    #990041
    Leo
    Staff
    Customer Support
    #990042
    Jake

    Great, thanks! πŸ™‚

    #990043
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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