Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #792481

    Hi Support Team,

    I’d like to change the dimensions of the testimonial boxed grid.
    From this: http://imgur.com/eLVEgVU
    To this: http://imgur.com/L3Pa5Hv

    How can I go about doing so?
    I’d also like to add rounded edges, i’ve tried adding a custom css tag & using bordered-radius but it doesn’t work.

    Thanks

    • This topic was modified 7 years, 5 months ago by jolian123.
    #792517

    Hey jolian123,

    Add the following to quick css:

    .avia-testimonial-row .avia-testimonial_inner{
    padding:5px!important;
    }
    
    .avia-testimonial.av_one_full{
    border-radius:5px;
    }
    
    .avia-testimonial.av_one_full .avia-testimonial_inner .avia-testimonial-content p{
    font-size:13px!important;
    line-height:20px!important;
    }
    
    .avia-testimonial.av_one_full img.attachment-square.size-square{
    max-width:50%!important;
    }
    
    .avia-testimonial.av_one_full .avia-testimonial-meta-mini{
    font-size:13px!important;
    }
    
    .avia-testimonial.av_one_full .avia-testimonial-image{
    height:100px!important;
    }

    Let me know if this works for you.

    Best regards,
    Jordan Shannon

    #793385

    Hi Jordan,

    I implemented the code and nothing worked

    #793387

    Hi,

    Please make sure that you hard clear your browser cache and test again.

    Best regards,
    Jordan Shannon

    #793391

    Still no change

    #793395

    Hi,

    Okay. Can you provide admin info in the private section so I can log in and look into whats going on?

    Best regards,
    Jordan Shannon

    #793398

    Hey Jordan,

    Thanks

    #793402

    Hi,

    Apologies, could you please add the admin link as well, the traditional extension does not seem to be working.

    Best regards,
    Jordan Shannon

    #793405

    Sure thing

    #793412

    Hi,

    Please test now, it should work. I added it to the very top of quick css which means that if it wasn’t working the first time, something below that is not structured correctly.
    Best regards,
    Jordan Shannon

    #793426

    Hi Jordan,

    nvm, it all worked!

    • This reply was modified 7 years, 5 months ago by jolian123.
    #793488

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Testimonial Boxed Grid’ is closed to new replies.