Our team and four boxes height

Home Forums All Other Themes Our team and four boxes height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #62762
    AlbertAlbert
    Member
    • Topics: 3
    • Replies: 4
    • Total: 7
    Member since: January 19, 2017

    In Online Coach Pro theme, how can I customize the height of Our team and Four boxes in the way all sections have the same height. Now, you can see Four Boxes has different heights and Our Team too. http://www.adrsistemes.com/demoweb1/

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

    Hi Albert,

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

    Add this code there:

    .four_column{min-height:275px;}
    .ourclasses_content{min-height:180px;}

    Regards,
    Brad

    #62851
    AlbertAlbert
    Member
    • Topics: 3
    • Replies: 4
    • Total: 7
    Member since: January 19, 2017

    It works on ourclasses_content, but not in four column the way I want. I don’t know if it’s possible to align the four buttons of Read More.

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

    Hi Albert,

    Add this code in Custom CSS Box:

    .four_column{min-height:310px;}
    .four_column .view-all-btn{position:absolute; left:0; right:0; bottom:25px;}

    Regards,
    Brad

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