Centering a displayed plugin

My site url is: https://www.newsite.storeitcold.com/wine-cellar/

I’m using a plugin, testimonial slider, to play the section “Wine Cellar Cooler Reviews” on this page, which I have inserted on to x through a raw content block.

I have two questions:

One, how can I make it so that the block is shown on the center of the page rather than the left side.

Two, how can I change the fonts of the plugin to match my website’s.

Hi @Web_Services,

Thank you for writing in, to center your testimonial block please add this to the Page > CSS.

.testimonial_slider {
	margin-left: auto !important;
	margin-right: auto !important;
}

To change the font of the testimonial slider, please add this to Page > CSS as well.

.sldr_title,
.testimonial_by, 
.testimonial_slider__minimal .testimonial_quote {
	font-family: "Merriweather Sans",sans-serif !important;
}

Please be reminded that we do not really provide support for 3rd party plugins, for further questions regarding this plugin, please contact the plugin author.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.