Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #785709

    Hi,

    Testimonial columns look very tiny. I looked CSS but couldn’t find the problem.

    #785712

    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

    #785789

    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.

    • This reply was modified 6 years, 11 months ago by krtnkl.
    #785794

    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

    #785800

    Thanks. Teşekkürler :)

    #785802

    Merhabalar,

    Rica ederim :)
    Baska her hangi bir sorunuz veya sorununuz olursa lutfen tekrardan iletisime gecmekten cekinmeyin!

    Iyi gunler & iyi calismalar,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Testimonial content size’ is closed to new replies.