Befit pro four section boxes consistent height

Home Forums All Other Themes Befit pro four section boxes consistent height

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28589
    AliceAlice
    Member
    • Topics: 4
    • Replies: 2
    • Total: 6
    Member since: January 1, 2016

    Hello – I’d like to force the 4 section boxes to be all the same height – without having to play with text to trick it. Can you tell me how to do this? My site is: http://4f8.6c3.myftpupload.com/ Thanks!

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

    Hi Alice,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (min-width:980px) {
    .four_column{ min-height:315px; position:relative;}
    .four_column .read-more{ position:absolute; left:27%; bottom:20px;}
    }

    Regards,
    Brad

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