New Landing How can we help? Themeforest Theme Support Uplift Bullets not appearing

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Uplift
  • #289699
    Dare2Dream
    Member
    Post count: 43

    Hi,

    Please check the screenhot I uploaded. The text pointed out has to have bullet points ul li – the code is correct, but the bulletpoints not apprearing in the post. Hope you can help!

    Sincerely, Niels

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

    Hi,
    Just provide me specific page url with issue to check and resolve it.
    Thanks
    Mohammad

    #289770
    Dare2Dream
    Member
    Post count: 43
    This reply has been marked as private.
    #289775
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .side-info-post ul {
        list-style: disc !important;
    }
    

    Thanks
    Mohammad

    #289776
    Dare2Dream
    Member
    Post count: 43

    The code does not seem to work…

    #289777
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just use this code:-

    .side-post-info ul {
        list-style: disc !important;
    }

    Thanks
    Mohammad

    #289778
    Dare2Dream
    Member
    Post count: 43

    still no effect…

    #289800
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    This should work:

    .uplift-post-wrap li {
      list-style: inside disc;
      text-indent: -1em;
      padding-left: 1.3em;
    }

    – Kyle

    #289801
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me login detail to check and resolve the issue.
    Thanks
    Mohammad

    #289802
    Dare2Dream
    Member
    Post count: 43

    The last code worked! 🙂 Thanks man!

    #289806
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to Kyle.
    Mohammad

    #289807
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem!

    #299516
    Taffy
    Member
    Post count: 261

    Hi Kyle.

    I adapted this CSS solution for bullets within a Team Member AJAX biography, and it works fine in Safari and Firefox, but in Chrome there seems to be some extra padding to the right of the disc icon.

    The CSS I used was:

    /* ——————————————–
    BULLETS
    ——————————————– */
    .entry-content li {
    list-style: inside disc;
    text-indent: -1em;
    padding-left: 1.3em;
    }

    Take a look at this side-by-side screenshot of Safari (Left) & Chrome (Right).

    Can you supply CSS that will work across all browsers?

    Cheers,

    Mark

    Attachments:
    You must be logged in to view attached files.
    #299727
    David Martin – Support
    Moderator
    Post count: 20834

    If you remove the previous styling, you should use this:

    .entry-content ul {
        list-style-type: disc;
        margin-left: 15px;
    }

    Works for me in Chrome/Safari/FF.

    #299919
    Taffy
    Member
    Post count: 261
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register