Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #554901

    Hallo,

    ich möchte gerne erreichen das die Spalten einer Tabellenzeile sich immer gleich über die gesamte Zeile verteilen.
    Beispiel: 2 Elemente = je Spalte 50 % der gesamten Breite
    Beispiel: 4 Elemente = je Spalte 25 % der gesamten Breite

    Wie erreiche ich das?

    In English:

    Hello there,

    I would like to reach the columns of a table row spread always the same over the entire line .
    Example : 2 elements per column = 50 % of the total width
    Example : 4 elements per column = 25 % of the total width

    How do I get that?

    Thanks

    • This topic was modified 8 years, 4 months ago by Nobby89.
    #555027

    Hi Norbert!

    Please add following code to Quick CSS in Enfold theme options under General Stlying tab

    .avia-table-1 td.avia-center-col {
        width: 50%;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.