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

    Hi, I want to align the testimonial name left. But it’s very weird: some testimonial names are left aligned en some are centered. Now I see that when the name is short it is aligned in the middle and when the name is too long and on 2 lines the name is aligned left. I want it always to be left.

    Can you help me?

    Janneke

    #1209591

    Hey Janneke,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .avia-testimonial-name {
        text-align: center;
    }
    
    

    Please do not forget to flush cache.

    Best regards,
    Yigit

    #1209615

    Hi! Thanks, but I dont want the text to be centered. I tried text-align: left but that doesnt work..

    #1209631

    Hi,

    Sorry, please use following code instead

    #top .av-large-testimonial-slider .avia-testimonial-meta {
        float: left;
    }

    After adding the code, please make sure to disable CSS file merging in Enfold theme options > Performance and save theme options, flush cache, re-enable file merging option and save once again.

    Best regards,
    Yigit

    #1209888

    Yes, it’s working! Thanks a lot!!

    What is the reason why I had to disable and than re-enable file merging?

    Thanks!

    #1209915

    Hi,

    Re-enabling file merging setting regenerates compressed CSS files with updated code :)

    You are welcome! Glad it is working fine now. Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.