Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1489802

    Hi,

    how can set another text align for just one column?

    For example:

    I have 3 columns but only column 2 and column 3 should have the text align right.

    Thank you for helping

    #1489827

    Hey Stefan,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1489850

    Link is in private content. The prices in column 2 and three should. be right-aligned.

    #1489857

    Hi,
    Try this css:

    .avia-table td:nth-child(n+2),
    .avia-table .avia-heading-row th:nth-child(n+2) {
    	    text-align: right;
    }

    Best regards,
    Mike

    #1489858

    works great, thank you!

    #1489860

    Hi,
    Glad that we could help.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘table text align’ is closed to new replies.