New Landing How can we help? Cardinal Bulleted list alignment

Viewing 15 posts - 16 through 30 (of 31 total)
  • Posted in: Cardinal
  • #100379
    QuenchStudio
    Member
    Post count: 73

    This page http://www.prsaboston.net/prsa-preview/professional-development/apr-accreditation/ has a normal bulleted list. ๐Ÿ™‚ Human error is likely as I’m not a CSS expert ๐Ÿ˜‰

    #100385
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .ulbullets ul li {
      padding-left: 1.3em;
      text-indent: -0.9em;
    }

    – Kyle

    #100409
    QuenchStudio
    Member
    Post count: 73

    Success! Thank you.

    #100410
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    – Kyle

    #114205
    SomeChick
    Member
    Post count: 231

    None of these are working for me! Will add screwy page privately. Want proper indent for all types of bullets, namely list and number.

    #114206
    SomeChick
    Member
    Post count: 231
    This reply has been marked as private.
    #114207
    SomeChick
    Member
    Post count: 231

    Oh, for crying out loud. I fiddled just a bit more, as usual, and fixed it myself. This worked:

    .article-body-wrap ul li {
    padding-left: 1.3em;
    text-indent: -0.9em;
    }

    #114212
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad you solved. Thanks for sharing the info.

    -Rui

    #115104
    VdEW
    Member
    Post count: 73
    This reply has been marked as private.
    #115294
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You need to remove this:

    .spb-asset-content ul li {
    padding-left: 1.3em;
    text-indent: -0.9em;
    }

    – Kyle

    #115733
    VdEW
    Member
    Post count: 73

    Hi,

    i did remove the part.
    Just to use this one is not working.

    .spb-asset-content ul.sf-list li {
    padding-left: 1.3em !important;
    text-indent: -0.7em !important;
    }

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

    If you wanted to apply to normal bullets, you would need to add an extra class on them, and then use

    ul.yourclass li {
    padding-left: 1.3em;  
    text-indent: -0.9em;
    }

    – Kyle

    #115762
    VdEW
    Member
    Post count: 73

    Yes that are the normal bullets.

    using the code in custom css did not change the bullets.

    Do you mean something else/more with “… need to add an extra class on them, and then use…”?

    #115763
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes, you would need to switch to the text editor and add an extra class to your ul for e.g:

    <ul class="yourextraclass">
      <li>list items</li>
      <li>list items</li>
      <li>list items</li>
    </ul>

    – Kyle

    #115809
    VdEW
    Member
    Post count: 73

    Too bad it does not go directly as the numbers.
    But I understand how it works ๐Ÿ™‚
    Thank you!

Viewing 15 posts - 16 through 30 (of 31 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