New Landing How can we help? Themeforest Theme Support Dante Indenting lines after using a bullet point

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #92218
    tsimarketing
    Member
    Post count: 267

    I have noticed that when I have a sentence using a bullet point, when the sentence continues to the next line there is no indention so the beginning of the second line lines up with the beginning of the first line. I have attached a screenshot showing you what I’m talking about. Is there a specific code I can add to my custom CSS section of the theme options so the second & third lines etc. line up with the beginning of the first line rather than the bullet point.

    Attachments:
    You must be logged in to view attached files.
    #92230
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .sf-list {
    padding-left: 1.3em;
    text-indent: -0.7em;
    }

    – Kyle

    #92244
    tsimarketing
    Member
    Post count: 267

    It doesn’t seem to be adding an indent to the second lines of the bullet points. I have even tried changing the numbers for the padding and text-indent. Would something else on my website be over riding this action?

    #92249
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this instead:

    .spb_wrapper > ul {
      padding-left: 1.3em;
      text-indent: -0.9em;
    }

    – Kyle

    #92253
    tsimarketing
    Member
    Post count: 267

    Yes! That worked. Thank you!

    #92257
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! No problem 🙂

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.