Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1086546
    Lisa
    Participant

    We are finished.
    I activated the code again.

    #1086617
    Lisa
    Participant

    It also appears in the tabs navigation. See screenshot…

    #1086720
    Joao
    Moderator

    Hi There

    You would mind pointing the exactly location of the issue?

    I checked your page but i could not find it.

    Thanks

    Joao

    #1086736
    Lisa
    Participant
    This reply has been marked as private.
    #1086912
    Rupok
    Member

    Hi there,

    Thanks for writing back. Let me explain a bit about this issue. The ul/li is used in several areas in several ways, not necessarily as list item rather carousel item, menu items etc. So it’s not really a good idea to force the usual behavior to change the bullet type and replace the styling throughout the site.

    Instead of fixing this now throughout the site (and we won’t know entirely where it’s causing issue), I would suggest you to change the bullet style where you need.

    To do this, update your first suggested code block to following :

    ul.new-list-type {
        margin-left:0;
    }
    
    ul.new-list-type  li {
       list-style-type:none;
       list-style-position: outside;   
    }
    
    ul.new-list-type  li:before {
       content:"\f105";
       font-family:"FontAwesome";
       padding-right:10px;
    }

    Now use the class new-list-type for the ul (using Class field for Cornerstone or in HTML if you are using default editor) where you want to replace the default list styling from bullet. I think it would be the most feasible solution if you spent a few minutes to understand this and apply.

    Hope this makes sense.

    #1091664
    Lisa
    Participant

    Hi,

    Sorry for the late response.

    Yes, I think that is the best solution.

    Thanks for your outstanding support again 🙂

    #1091712
    Lely
    Moderator

    You’re welcome Lisa!

    Cheers!

    #1111814
    Lisa
    Participant

    Hi there,

    How can I have the text in the second line of the list-item to be aligned to the first line? Now it is aligned to the symbol. I attached a screen how it is now.

    Best!

    #1111935
    Lely
    Moderator

    Hello Lisa,

    If you want to apply it on the same LIST type, please update above CSS to this:

    ul.new-list-type {
        margin-left:0;
    }
    ul.new-list-type  li {
        list-style-type:none;
        list-style-position: inside;
        text-indent: -1em;
        padding-left: 1em;
    }
    
    ul.new-list-type  li:before {
       content:"\f105";
       font-family:"FontAwesome";
       padding-right:10px;
    }
    

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1081204 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>