• Resolved condonp

    (@condonp)


    I am trying to align the text in #tablepress-1 .row-18 .column-2 to the left this column conatins many #colspan# after it and I am no sure how to do this see https://kibworthtennis.staging.wpengine.com/court-availability/

    the css I think should be #tablepress-1 .row-18 .column-2 ???colspan????{
    color: #575457!important;
    float: left!important;
    }

    But Iam not sure what the colsapn css should be can you help please.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    float is the wrong CSS property here. You’ll want to use e.g.

    #tablepress-1 .row-18 .column-2 {
      color: #575457!important;
      text-align: left!important;
    }

    You should also not need something extra because of the colspan.

    Regards,
    Tobias

    Thread Starter condonp

    (@condonp)

    Tobias,

    Thanks for such a prompt reply.
    Yes you are right. Probably staying up too late and not thinking straight!!

    Many Thanks

    Have a Merry Xmas

    Pete

    Plugin Author Tobias B?thge

    (@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 ‘Colspan CSS Format to align Text’ is closed to new replies.