New Landing How can we help? Atelier Do you have standard lists?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #255038
    kyzcreig
    Member
    Post count: 137

    I want to make a regular unordered list with the default editor. But it doesn’t show any bullets. Is this for real?
    In editor:

    On frontend:

    #255087
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .container product-after-summary ul{
    list-style:disc !important;
    }

    Thanks
    Mohammad

    #255452
    kyzcreig
    Member
    Post count: 137

    Thanks, that didn’t work but I changed it to this and got it:
    .product-after-summary ul {
    list-style:disc !important;
    }

    How would I bring the dots inside again?

    View post on imgur.com

    I’ve tried
    list-style-position: inside !important;

    But that didn’t work. I guess I could put a margin on li but maybe you know a cleaner way?

    #255456
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    They are inside: http://d.pr/i/q6cc/1r1GEIt2

    – Kyle

    #255570
    kyzcreig
    Member
    Post count: 137

    Hi Kyle, yeah I got it working by doing the following:

    .product-after-summary ul{
    list-style:disc inside !important;
    }

    It still looks a little unseemly (compared to the rest of your beautiful styling) but I’ll take it if there isn’t a better solution.

    #255580
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    What is it you would prefer it to look like?

    – Kyle

    #256072
    kyzcreig
    Member
    Post count: 137

    I’d like it to have the margin/indentation of the shortcodes but use the standard disc icon (which is not available with shortcodes… how is this possible?). The following image shows the ShortCode Ultimate, Swift Framework and Default Lists in that order.

    I’d like the simple disc list to work without shortcodes (if feasible).

    #256139
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you please activate the theme

    – Kyle

    #256216
    kyzcreig
    Member
    Post count: 137

    Oh I’ve switched domains try:
    http://irc.bio/

    user: atelier
    pw: support

    #256289
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    #tab-description ul {
      margin-top: 10px;
    }
    
    #tab-description ul li {
      text-indent: 1.3em;
    }

    – Kyle

    #256495
    kyzcreig
    Member
    Post count: 137

    With some tweaking I got it working, thanks Kyle.

    #256667
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

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