Hi!
I want to align the column with the yelp review widget to the center in the section of this site: https://lashpilot.com
I have done some search in the forum and some testing. I tried adding this to the theme options CSS but no luck: .
x-main .widget {
text-align: center;
}
and I tried this:
.x-review-yelp .widget {
text-align: center;
}
and this .x-review .widget {
text-align: center;
}
and I tried choosing text align center for the section, the row and the column.
How can I center it?