New Landing How can we help? Atelier Line height/spacing for FAQ text and lists

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #185015
    districtsix
    Member
    Post count: 55

    Hi,

    I would like to change the line height for the FAQ to make it the same as normal body text. For the lists it’s the same problem, see screenshots attached.

    Thanks

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

    Hi

    Add this to your custom css:

    ul.faqs-section {
      line-height: 26px;
    }

    – Kyle

    #191013
    districtsix
    Member
    Post count: 55

    Hi,

    just a small add referring the list style:
    On lists its missing the dots/points
    “-” list point 1
    “-” list point 2

    (it there in the backend/post but not when published)

    and can we change line height of lists to 26px (like body text)?

    Thanks

    #191374
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Where can I find the list?

    – Kyle

    #191604
    districtsix
    Member
    Post count: 55
    This reply has been marked as private.
    #191861
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    #tab-description li {
      list-style: disc inside;
    }

    – Kyle

    #193433
    districtsix
    Member
    Post count: 55

    Great, that worked for the tab description, but I want the same line height for lists just as body text (in my case 26px) for ALL kind of pages (e.g. simple page, faq, …). I’ve tried some simple css and it worked for the lists, but then the card section in header was somewhere else 🙂

    #193720
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    In that case replace it by this code:

    li {
      list-style: disc inside!important;
    }

    -Rui

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