Home page boxes different heights

Home Forums All Other Themes Home page boxes different heights

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18309
    ElizabethElizabeth
    Participant
    • Topics: 4
    • Replies: 5
    • Total: 9
    Member since: January 8, 2016

    The first box in my home page (Naturo Pro theme) is using less excerpt text than the other 3 boxes so it isn’t the same height. Please advise on how to correct this issue: http://peridot.ebdesignonline.com/.

    #18360
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    Paste this code in custom css box

    .services-wrap .one_fourth{min-height:430px;}

    Regards,
    Shri

    #18556
    ElizabethElizabeth
    Participant
    • Topics: 4
    • Replies: 5
    • Total: 9
    Member since: January 8, 2016

    Thank you for the response, this makes the white boxes the same height, but the text in the first box is still shorter than the other 3 boxes, so the Read More buttons don’t line up. I want all 3 boxes to have the same amount of text, so the Read More buttons line up across the bottom.

    Thanks!
    Elizabeth

    #18638
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Elizabeth,

    Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    Paste this css code in custom css box

    .services-wrap .one_fourth .ReadMore {
    border: 1px solid #5d5c5c;
    bottom: 15px;
    display: table;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    }

    Regards,
    Shri

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.