Center aligned items not centered
-
Hi – Love this plugin! But can you help me with something? I created a table at the end of an article with 1 row, 3 columns, to feature a back, home, and next button. It used to be that they aligned perfectly on the page, left, right, and center. But now my center is off. Here is an example of the CSS I used, as per instructions in this forum. And the page where the buttons are found – https://www.fbkcpa.com/chamber-honor-fbk-june-16-meeting/
.tablepress-id-6 {
width: 100%;
margin: 0 auto 1em;
}.tablepress-id-6 .column-1 {
text-align: left;
}.tablepress-id-6 .column-2 {
text-align: center;
}.tablepress-id-6 .column-3 {
text-align: right;
}
- The topic ‘Center aligned items not centered’ is closed to new replies.