New Landing How can we help? Themeforest Theme Support Dante Align 2nd sentence [list_item icon="fa-angle-right"]

Viewing 15 posts - 1 through 15 (of 22 total)
  • Posted in: Dante
  • #178376
    newki
    Member
    Post count: 177

    Hello,

    I turn crazy with one client lol
    On the Url I’ve sent, you can see [list_item icon=”fa-angle-right”]. He wants the 2nd sentence of each bullet begins at the same level as the first word first line. Ex : “contents” begins at the same padding-left as “95%” (paragraph indentation is the right word?)

    How can I do that? I can send a pic if my message is not clear.
    Thanks for your help!
    Nice day

    #178406
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    ul.sf-list li > i{
    display:none !important;
    }
    ul.sf-list li:before{
    content:"\f105" !important;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    }

    Thanks
    Mohammad

    #178413
    newki
    Member
    Post count: 177
    This reply has been marked as private.
    #178432
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this css code:-

    ul.sf-list li > i.fa-angle-right{
    display:none !important;
    }
    ul.sf-list li:before{
    content:"\f105" !important;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    }

    Thanks
    Mohammad

    #178476
    newki
    Member
    Post count: 177

    Not better, cf print screen attached

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

    Hi,
    Please keep my css code to check and resolve the issue.
    Thanks
    Mohammad

    #178527
    newki
    Member
    Post count: 177
    This reply has been marked as private.
    #178563
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Put this css code to make it look more tidy

    ul.sf-list li:before {
        display: none;
    }
    #178566
    newki
    Member
    Post count: 177

    OK it fixes the pb in the brown block but my “bullet” now disappear in the main text.

    #178571
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Can you please post a screenshot explaining your issue?

    #178576
    newki
    Member
    Post count: 177

    Here it is!

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

    Hi,
    Please use this custom css code:-

    ul.sf-list li > i.fa-angle-right{
    position:absolute !important;
    margin-top:5px !important;
    }
    ul.sf-list li > span{
    display: block !important;
    margin-left: 10px;
    }

    Thanks
    Mohammad

    #178584
    newki
    Member
    Post count: 177

    Much better, I just have now the text in the brown block not align with the li.

    #178597
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Which brown box?

    – Kyle

    #178598
    newki
    Member
    Post count: 177
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 22 total)

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

License required for one of the following items
Login and Registration Log in · Register