Center widget area

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?

Hello Ariell,

Thanks for posting in! Actually, your Review widget is already centered. The problem is that you have set a maximum width of 700 pixels for the column which is why it is still on the left side. Please set the left and right margin of your column to auto and in your row settings, set the horizontal alignment to center.

If this is NOT helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WP login URL
– WP username
– WP password
– WP Administrator Role

To know how to create a secure note, please check this out: How The Forum Works

Best Regards.

Centering the layout options of the row helped thank you!

You’re welcome, Ariell.

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