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

    Hi there,
    I’m wanting to add some internal padding to the Testimonial Grid – Default Grid style.
    And also center the ‘Name’ and ‘Subtitle Below Name’ elements. They are currently left-aligned in the center of the testimonial box.
    Are you able to supply some CSS to do this, please?
    Many thanks in advance!

    #1226739

    Hey Suze,

    Please try to add this CSS code in Quick CSS:

    #top .avia-testimonial {
        padding: 30px;
    }

    The default padding is 20px, just change it as you see fit.
    If you’d like to use different padding for top/bottom and left/right use this:

    #top .avia-testimonial {
        padding: 30px 20px;
    }

    This second code is 30px top/bottom and 20px left/right.
    Hope this helps.

    Best regards,
    Nikko

    #1226930

    Brilliant – that worked perfectly. Thanks Nikko.

    Do you also have some code to center the ‘Name’ and ‘Subtitle Below Name’ of this testimonial elements?
    They are currently left-aligned in the center of each testimonial box.

    #1226939

    Hi,

    Add this to quick css:

    .avia-testimonial-meta{
    margin-left:0px!important;
    text-align:center!important;
    }

    Best regards,
    Jordan Shannon

    #1226946

    That works perfectly – thank you so much for your help! Enfold Support are the best!
    Please feel free to close this support request now : )

    #1226962

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Testimonial Grid Default – Padding & Name Alignment’ is closed to new replies.