Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello gabrady,

    Add below code into active child theme’s style.css file.

    Note : Don’t modify your theme. Use child theme for any modification.


    .testimonials.grid .jetpack-testimonial {
    float: left;
    width: 46%;
    }

    @media screen and (max-width: 480px){
    .testimonials.grid .jetpack-testimonial {
    float: none;
    width: auto;
    }
    }

    Hope this will helps you.

    Thanks!

    Thanks addweb-solution-pvt-ltd!

    gabrady: For CSS changes, it isn’t necessary to create a child theme. You can actually just paste that CSS into the Dashboard > Appearance > Additional CSS area of your site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Testimonials Page’ is closed to new replies.