New Landing How can we help? Themeforest Theme Support Dante how can I line up bulleted copy with the bullets?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #72314
    mgma
    Member
    Post count: 136

    how can I line up bulleted copy with the bullets?… instead of the copy wrapping all the way back to the left margin like it does now?

    Thanks!

    #72501
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    If you could provide me with a link I will look into it for you

    – Kyle

    #72633
    mgma
    Member
    Post count: 136

    Thanks Kyle…

    http://mcalpin.net/spatialpoint/2014/bing-maps-guide/

    note the bulleted copy here… the copy in each bullet, when it runs to the next line, goes all the way back to the left margin, instead of lining up with the copy on the first line…

    #72640
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this custom css

    li {
      list-style-position: outside;
    }
    

    – Kyle

    #72649
    mgma
    Member
    Post count: 136

    Thanks Kykle! That did it.

    #72654
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! No problem 🙂

    – Kyle

    #72655
    mgma
    Member
    Post count: 136

    Actually… big problem now…

    I don;t want the bullets outside the copy margin… but when I add margin space to the left, it moves other elements to the left too… like the tabs, and portfolio items. I guess because they are LI items too??

    I need to be able to bring the bullets over to the right a bit, but not effect ANY other elements but the bulleted copy. How can I do that?

    Thanks!

    #72656
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok change the css to:

    .spb_wrapper ul li {
      padding-left: 1em;
      text-indent: -1em;
    }

    – Kyle

    #72664
    mgma
    Member
    Post count: 136

    no luck. Try something else?

    Thanks

    #72674
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I don’t see the css in your custom css?

    – Kyle

    #72691
    mgma
    Member
    Post count: 136

    I got it… I added these…

    li {
    list-style-position: outside;
    }

    ul {
    margin-left:32px;
    }

    and then made a specific 0px left margin for the tabs…

    .spb_tabs .nav-tabs {
    margin-bottom: 20px;
    margin-left: 0px;
    border-bottom: 1px solid #ddd;

    which pulled them back over. Still testing it, but it looks good…

    Thanks again…

    #72845
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Removing all of that and just having:

    .spb_wrapper ul li {
      padding-left: 1em;
      text-indent: -1em;
    }

    works, but it’s up to you

    – Kyle

Viewing 12 posts - 1 through 12 (of 12 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