Our team section on homepage

Home Forums SKT Black/White Theme Support Our team section on homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #52309
    RichardRichard
    Member
    • Topics: 4
    • Replies: 1
    • Total: 5
    Member since: November 5, 2016

    The SKT Black Pro template is working well, and my site is coming together. Just need one bit of help: On the homepage, I would like to proportion the images in the “our team” section more like the originals, in roughly a 3×2 horizontal. Can that be done?

    http://454.07b.myftpupload.com

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

    Hi Richard,

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

    Add this code there:

    .teamimgbx{height:345px !important;}

    Regards,
    Dave

    #52737
    RichardRichard
    Member
    • Topics: 4
    • Replies: 1
    • Total: 5
    Member since: November 5, 2016

    Thank you, Dave. That worked perfectly; however, I am now having the same problem with any header image I attempt to use. They all appear exactly as intended on a computer screen, but in mobile, the header image stretches out of proportion.

    http://454.07b.myftpupload.com

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

    Hi Richard,

    Kindly add this code in custom css box:

    @media screen and (max-width:768px){
    .innerbanner img{height:auto;}
    }

    Regards,
    Dave

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