Home Page › Forums › Porto | Multi-Purpose & WooCommerce Theme › Testimonial section doesn’t appear correctly
Tagged: testimonial section
- This topic has 3 replies, 2 voices, and was last updated 2 years, 2 months ago by
Aizaz Awan.
-
AuthorPosts
-
March 11, 2024 at 4:11 pm #5109
Installed the testimonial section here: https://lebenslanges-wohnrecht.de/
As you can see it shows the quote signs 3 times, not sure why.
On top how can I expand the rounded image? I couldn’t find any option to do this.Thanks for the support!
March 12, 2024 at 7:05 am #5126Hello, @anna_falc,
To resolve this matter, please follow these instructions:
Go to the Dashboard.
Navigate to “Porto.”
Access “Theme options.”
Choose “Skins.”
Select “Custom CSS.”
Paste the provided code at the bottom of the black box.
Save the settings.
To see the changes on your website:Clear your browser cache.
Revisit your website..testimonial.testimonial-with-quotes .elementor-testimonial-content:before{opacity:0 !important;} .testimonial.testimonial-with-quotes .elementor-testimonial-content:after{opacity:0 !important;}For the image issue, use the following code:
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:80px !important; height:80px !important;}Best Regards,
PThemes Team.March 12, 2024 at 10:54 am #5127Many thanks. First issue has been solved with the quotes.
Second one with the size of the images. I implemented the css code as shown above and adapted to 100px (height and width). Also changed the picture size accordingly however it doesn’t appear right. It looks like it zooms in and doesn’t show the full image.
March 13, 2024 at 5:09 am #5161Hello, @anna_falc,
I see, To show the complete image, please follow these instructions:
Go to the Dashboard.
Navigate to “Porto.”
Access “Theme options.”
Choose “Skins.”
Select “Custom CSS.”
Paste the provided code at the bottom of the black box.
Save the settings.To see the changes on your website:
Clear your browser cache.
Revisit your website..elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{object-fit:contain !important;}Best Regards,
PThemes Team. -
AuthorPosts
- You must be logged in to reply to this topic.