Centering a table

Hello-

Can you help me center this table here: https://christineclemmer.love/moon-calendar/

All the CSS offered from wordpress forums doesn’t seem to work for some reason.

TY

Hello KimAnn,

Thanks for writing in! The table is already centered. You mean to center the contents of each column like this?

The text alignment in Icon stack built in the stack style.css is using this:

table th, table td {
   text-align: left;
}

If you modify this CSS, change the left to center and then need to add CSS code into X > Theme Options > CSS.

Kindly let us know how it goes.

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