• Resolved fbkadmin

    (@fbkadmin)


    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;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress img {
    	float: none;
    }

    Regards,
    Tobias

    Thread Starter fbkadmin

    (@fbkadmin)

    Worked beautifully!!! Thanks so much!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center aligned items not centered’ is closed to new replies.