New Landing How can we help? Themeforest Theme Support Dante Bulleted List in Modal

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

    We have some modals that contain information that we want bulleted. But when we use the bulleted list option, up by the bold and italics button, in the modal it looses the bullets once we hit the save button and look at it on the front end. Is there a css code that we can use to get the bullets to stay in the modals once you save it?

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

    Hi

    Which page has the link and which button is it?

    – Kyle

    #136603
    tsimarketing
    Member
    Post count: 267

    http://tsihealthcare.com/maintesting/rheumatology/

    and its the button named “250 Rheumatology Specific Features”

    #136604
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .modal-body > ul {
      list-style: disc inside;
    }

    – Kyle

    #145444
    lawrence
    Member
    Post count: 49

    Having this same problem. The css listed does not work for me.

    See: http://test.gen-techno.com/consulting/

    Hover over the John Shabushnig animated box and choose to read about John. It brings up a modal windows. The bulk of it is a bulleted list but does not show in the modal.

    Does this in IE, Safari and Chrome.

    Thanks

    L

    #145447
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this:

    .layoutArea ul {
      list-style: disc inside;
    }

    – Kyle

    #145449
    lawrence
    Member
    Post count: 49

    Thanks!

    Kyle’s solution fixed it.

    L

    #145452
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

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

You must be logged in to reply to this topic.