Elementor LOOP Tutorial: Post Title Length, Equal Height Trick | CSS TIPS & TRICKS

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2023
  • Learn How to Shorten Post title Length by characters and restrict Post title Length to 2 lines with some simple lines of CSS.
    Having issues with getting all the cards in your loop grid or loop carousel to have equal heights, check this tutorial out as you can learn a new trick on how to go about that
    Check out Other Videos on Elementor LOOP Below
    Elementor Loop Builder Tutorial: Custom Product Carousel & Archive, Product On Sale Ribbons & More - • Elementor Loop Builder...
    Elementor Loop Grid Tutorial | Post Excerpt, Equal Height - Elementor Pro
    - • Elementor Loop Grid Tu...
    #elementor #wordpresstutorial

ความคิดเห็น • 9

  • @thecreativarena
    @thecreativarena  7 หลายเดือนก่อน +1

    /* Restrict post title to 2 lines */
    selector {
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    }
    /* Restrict post tile to 2 lines and not more than 40 characters */
    selector {
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    max-width: 40ch !important;
    }

    • @folyplays-getgamified3613
      @folyplays-getgamified3613 3 หลายเดือนก่อน

      Wonderful! that important thing fixed the overflow for me :D Thanks a lot

  • @kijan77
    @kijan77 11 วันที่ผ่านมา

    Thanks

  • @zerobambiro
    @zerobambiro 3 หลายเดือนก่อน

    Wow. You surprised me with this. There are much bigger channels that can't just go straight to the point of solving a problem. You did it really well. Thank you!

  • @btross3154
    @btross3154 2 หลายเดือนก่อน

    Thank you. Thank you. Thank you. Thank you. Thank you. Thank you. Thank you. Thank you. Thank you. Thank you. 😊

  • @nizamettinaksu
    @nizamettinaksu 3 หลายเดือนก่อน

    Thank You.

  • @triciastdominic-my3ri
    @triciastdominic-my3ri 4 หลายเดือนก่อน

    Thanks for this ❤

  • @arthurpendragon743
    @arthurpendragon743 6 หลายเดือนก่อน

    Thank you very much! How can I restrict the number of lines for the post excerpt?:)

    • @nhson47
      @nhson47 5 หลายเดือนก่อน

      same as title