Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #913680

    Hi, we want to make customize the distance between lines , see blow

    https://drive.google.com/file/d/1t_AlUeTQErj8WXr-4GCvfn2Ju8xazQIQ/view?usp=sharing

    can you help? you need to check the page to see ( the contents are in a tab section, I can’t find the correct CSS section to describe it)

    please check the website in private content

    #913686

    Hey YongyanLi,
    Try this code in the General Styling > Quick CSS field:

    #top.home .avia-builder-el-43 .av_textblock_section  p a {line-height: 50px!important; }

    Please adjust to suit.

    Best regards,
    Mike

    #913758

    Thanks, Mike, that works!
    But it only works for the 1st tab, what if the 2nd tab, 3d tab

    We hope to be set up separately

    #913858

    Hi,
    Oh sorry about that, I didn’t want random parts of your site to have a large line-height.
    The best approach would be to add a custom class to the text blocks, perhaps call it “bigline”
    2018-02-18_032442
    Then use this css instead:

    .bigline.av_textblock  p a {line-height: 50px!important; }

    Best regards,
    Mike

    #913900

    problem solved, thanks

    #913919

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘CSS help’ is closed to new replies.