Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #452084

    Hey Guys,

    im struggeling with the table-function. Whatever i try, i cant get the tables to do what i want. I simply want to have the text of the left column aligned to the left and the right column´s text aligned to the right.

    So what i did was to set the right column on “text centered colum” to have a class that i can adress (the content strangely never changed for the options “centered text”, “highlight”, and “description”). Then i tried to do something like this:

    .avia-center-col {
    text-align: right!important;
    }

    …and lots of other variations that i dont want to mention now ;)

    Would be great if you could help out since im to blind to see.

    Cheers,
    FSQ

    #452815

    Hey FlipmodeSQ!

    Drag a codeblock element to your page content and add this inside.

    <style type = "text/css">
    .avia-table tr > td:last-child {
      text-align: right;
    }
    </style>

    Best regards,
    Elliott

    #454451

    Great that was the simple answer and it solved my problem! Thank you very much for spending your time!

    Best regards,

    Stephan

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Table Alignment’ is closed to new replies.