This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How-To Center Align SiteOrigin Testimonials Widget

8 years ago

For the sake of future visitors, I will post here a working solution for how to center align the SiteOrigin Testimonials Widget (which by default is left-aligned).

Add this css style to your custom css (https://it.wordpress.org/plugins/simple-custom-css/) or child theme css file:

.sow-testimonials {     
  display: flex;
  justify-content: center;
}

Hope this helps :)

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Have a different question or issue?

Start New Thread