New Landing How can we help? Themeforest Theme Support Dante Bulleted list looking weird

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

    I am trying to put together a bulleted list but when I update the page and look at it on the frontend the bullet points look weird. I have attached a screenshot of what I am talking about. What can I do to fix this issue because I have used the bulleted list option before and it worked.

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

    Hi,
    Please use this custom css code:-

    ul{
    padding: 0;
    margin: 0;
    text-align: left;
    }
    

    Thanks
    Mohammad

    #154714
    tsimarketing
    Member
    Post count: 267

    I put this css code in but it doesn’t seem to be doing anything. I even changed the numbers next to padding and margin. The first sentence still seems to be overlapping the bullet.

    http://tsihealthcare.com/mucentral/

    #154716
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    What’s the password?

    – Kyle

    #154718
    tsimarketing
    Member
    Post count: 267
    This reply has been marked as private.
    #154719
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .page-content ul{
    list-style-position:outside !important;
    margin:1em;
    
    }

    Thanks
    Mohammad

    #154724
    tsimarketing
    Member
    Post count: 267

    For some reason this code isn’t working either. It’s just weird that the bulleted list option looks weird on this page when it works fine on other pages.

    #154728
    tsimarketing
    Member
    Post count: 267

    Would the fact that they are in accordion tabs have anything to do with them not working right?

    #154739
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .spb_wrapper > ul {
        text-indent: 0em !important;
    }

    Thanks
    Mohammad

    #154744
    tsimarketing
    Member
    Post count: 267

    yes that worked! Thanks!

    #154748
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Mohammad

    – Kyle

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

You must be logged in to reply to this topic.