Our Clients

Home Forums Construction Pro/Build Forum Our Clients

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #124273
    Bonnie AndersonBonnie Anderson
    Participant
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: April 24, 2019

    Good afternoon, we are using the SKT Contractor Pro theme. In the Our Clients section (which we have renamed Affiliations & Memberships) the logo’s are all different sizes and alignments. Even if I resize a logo to match, they still are not aligned. Is there CSS code that can be used to correct this?

    URL: https://csusase.kw9kss47-liquidwebsites.com/about-us/

    The section in question is towards the bottom of the page.

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .skt-builder-carousel .owl-item .item {
        position: relative;
        border: #ccc solid 1px;
        width: 170px;
        height: 100px;
        overflow: hidden;
        padding: 15px;
    }
    
    .owl-carousel-builder .owl-item img {
        display: block;
        width: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    Regards,
    Chris

    #124346
    Bonnie AndersonBonnie Anderson
    Participant
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: April 24, 2019

    That worked perfectly. Thank you very much.

    Another question, same page. The History section (time line) on an iPhone shows extra space above the text in each box. My Android does not have that issue, so sounds like just smaller screen sizes. Code to fix that?

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

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Chris

    #124538
    Bonnie AndersonBonnie Anderson
    Participant
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: April 24, 2019

    Okay, I have posted the screen shots as requested, the link is below:

    https://imgur.com/a/NuNacDM

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    .skt-builder-timeline-both-side .skt-builder-timeline-content-wrap .skt-builder-timeline-image { display:none !important;}
    }

    Regards,
    Chris

    #124611
    Bonnie AndersonBonnie Anderson
    Participant
    • Topics: 2
    • Replies: 6
    • Total: 8
    Member since: April 24, 2019

    Worked perfectly! Thanks so much for the help!

    #124641
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    If you liked our service kindly leave us a review here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/22/

    Regards,
    Shri

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