Home › Forums › Construction Pro/Build Forum › Our Clients
- This topic has 7 replies, 3 voices, and was last updated 5 years, 5 months ago by Sonl Sinha.
-
AuthorPosts
-
May 30, 2019 at 5:29 pm #124273
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.
May 31, 2019 at 4:41 am #124286Hi,
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,
ChrisMay 31, 2019 at 4:22 pm #124346That 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?
June 3, 2019 at 4:28 am #124396Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
ChrisJune 3, 2019 at 4:05 pm #124538Okay, I have posted the screen shots as requested, the link is below:
https://imgur.com/a/NuNacDM
June 4, 2019 at 8:13 am #124574Hi,
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,
ChrisJune 4, 2019 at 4:35 pm #124611Worked perfectly! Thanks so much for the help!
June 5, 2019 at 7:34 am #124641If you liked our service kindly leave us a review here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/22/
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.