Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #972305

    Hi,

    Habe eine Tabelle eingefügt, bei Table Options, Verwendung: Als Daten-Tabelle nutzen, Design: Minimal, Responsive Styling: Make entire tabel scrollable. Da die Datensätze zentriert dargestellt werden habe ich bei der Tabelle unter benutzerdefinierte CSS Klasse “left” angegeben, und diese bei der Enfold Config unter Allg. Styling im Quick CSS folgendermassen angegeben:

    /* Tabelle */
    .left { text-align: left !important; }

    allerdings funktioniert das so nicht – was mache ich falsch?

    Besten Dank für’s Feedback.
    LG Esther

    #972371

    Hey Esther,

    Please try this instead:

    .left td { text-align: left !important; }

    If that doesn’t help, please give us a link to page where it shows the table with that class? so we can have a closer look.

    Best regards,
    Nikko

    #972726

    Hi Nikko
    Worked perfectly! Thanks a lot.
    Best Regards, Esther

    #972754

    Hi Esther,

    Glad that we could help :)
    Please feel to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom CSS bei Tabelle funktioniert nicht’ is closed to new replies.