• Resolved wairoanz

    (@wairoanz)


    Hi Tobias,

    What css should I add to Plugin Options to have a column display right-aligned text on destop, but aligned center in responsive stack mode?

    Thanks.

    The page I need help with: [log in to see the link]

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

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

    @media screen and (min-width:980px) {
      .tablepress-id-2 .column-3 {
    	text-align: right;
      }
    }

    Regards,
    Tobias

    Thread Starter wairoanz

    (@wairoanz)

    Tobias, you are a genius, Thank you.

    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 ‘Column right align on desktop, centered on responsive stack’ is closed to new replies.