Tagged: testimonial
Merhabalar Bora! :)
It seems like there are layout elements inside your testimonials elements. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-testimonial-content .content {
border: none;
}
.avia-testimonial-content .flex_column {
width: 100%;
}
I tried logging in but i got “You are temporarily locked out” warning :)
Best regards,
Yigit
Merhaba Yiğit :))
There was a problem with the user login, I corrected.
I added the CSS but it has a big margin at left side. The default design of demo was very nice. Why do you think the default design changed because I didn’t add any css related with testimonials. May be other CSS I’ve edited effects testimonials.
Merhabalar :)
When i switched to text tab, i have seen extra markup on the testimonial content. I removed them and removed custom CSS code i posted in my initial post from Style.css file of your child theme and it does work fine now. Please review your website :)
On an unrelated note, please use following code in Functions.php file to remove debugging info when using a child theme
function avia_remove_debug() {
remove_action('wp_head','avia_debugging_info',1000);
}
add_action( 'init', 'avia_remove_debug');
Best regards,
Yigit
Thanks. Teşekkürler :)