Home › Forums › All Other Themes › Our Team
- This topic has 81 replies, 2 voices, and was last updated 3 years, 4 months ago by Sonl Sinha.
-
AuthorPosts
-
December 18, 2020 at 1:52 pm #171157
Hi,
Happy weekend 🙂
Regards,
ChrisDecember 19, 2020 at 9:52 am #171183Dear Chris,
The height of pdf on my blog, changed to 500px from 1100px. Please, visit the URL https://drive.google.com/file/d/1UIPcyh9zTJRyZ2rHp5xOoeMcHHCpA22G/view?usp=sharing
Thank you
December 21, 2020 at 12:14 pm #171281Hi,
Remove:
.site-main iframe { height: 500px; }
And add this new CSS
.page-template-template-contact iframe { height: 500px; }
Regards,
ChrisDecember 21, 2020 at 12:56 pm #171292Done! Thank you Chris.
Also, I want to fit the pdf view on mobile phone screen (read the pdf without zoom out).
Thank you in advance
December 21, 2020 at 1:15 pm #171294Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .entry-content iframe { width: 100% !important; } }
Regards,
ChrisDecember 21, 2020 at 2:01 pm #171301Thank you Chris
December 22, 2020 at 11:39 am #171368???? ????
February 9, 2021 at 3:00 pm #174339Dear Chris,
How to disappear the member photo only on each team member section?
Visit my website https://drive.google.com/file/d/1UIPcyh9zTJRyZ2rHp5xOoeMcHHCpA22G/view?usp=sharing
Thank you
February 10, 2021 at 12:28 pm #174354Hi,
Kindly use this CSS to remove team member photo.
.single-team .post-thumb { display: none; }
Regards,
ChrisFebruary 25, 2021 at 6:49 pm #175174Thank you Chris. Also, how to disappear the text only from main page under of each member photo (the text under the blue line).
Thanks again
February 26, 2021 at 12:19 pm #175219Hi,
Kindly use this CSS.
.read-more { display: none; }
Regards,
ChrisFebruary 26, 2021 at 3:58 pm #175229Thank you for your quick response, but it doesn t work. The read more choice disappeared from our-team section.
March 1, 2021 at 12:05 pm #175278Hi,
Can you send us the screenshot of your issues? which text you want to disappear?
Upload your screenshot on https://imgbb.com/ and paste the share url here.Regards,
ChrisMarch 1, 2021 at 9:13 pm #175305https://ibb.co/M5nJ4Bs
March 3, 2021 at 12:50 pm #175413Hi,
Kindly use this CSS:
.teammember-list p { display: none;} .member-social-icon { border-top: none; margin-top:0 !important;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.