New Landing How can we help? Themeforest Theme Support Dante Bullet Indenting in Modal

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

    I have a couple modals throughout our website that have some bullet points with text that are too long and end up wrapping to the next line. But instead of wrapping to the beginning of the line above, it just starts where the bullet above is. I’ve found css codes throughout the forums but when I plug them in nothing happens to the text. I’m wondering if it is because it is in a modal and maybe I need a specific css code for bulleted lists in modals. I have attached a screenshot of one of the modals to show you.

    Attachments:
    You must be logged in to view attached files.
    #129448
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    ul {
        list-style-position: outside !important;
    } 

    Thanks
    Mohammad

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

You must be logged in to reply to this topic.