Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #828493

    Hallo zusammen,

    wie ist der CSS Code um die Zusatzbeschriftung bei der Datentabelle größer zu machen und
    wie kann ich die Zusatzbeschriftung über der Tabelle linksbündig anzeigen.

    Vielen Dank für Eure Hilfe

    Beste Grüße
    Sokol

    #828576

    Hey Umzug4,

    Please, could you translate your question to English?

    Best regards,
    John Torvik

    #828680

    Hello everybody,

    How is the CSS code to make the additional label on the data table larger and
    How can I display the additional label on the left side of the table.

    Many thanks for your help

    Best regards
    Sokol

    #828698

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .avia-heading-row th {
        font-size: 18px;
    }
    

    If that does not help, please post a link to your page and a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Best regards,
    Yigit

    #829111

    Hi Yigit,

    es geht nicht um die Überschriften Zeile der Tabelle sondern um die Tabellen Zusatzbeschriftung (caption) die befindet sich nicht in der Tabelle sondern über der Tabelle rechts.

    Vielen Dank

    Grüße Sokol

    #829140

    Hey!

    Can you please post a link to your page, where you have your table and caption? :)

    Regards,
    Yigit

    #829148

    siehe private Nachricht

    #830139

    Hi,

    Danke für diese Zusatzinformation.

    Der folgende CSS Code sollte funktionieren (Enfold -> General Styling -> Quick CSS) – Wert für font-size anpassen:

    
    table caption {
        text-align: left !important;
        font-size: 15px !important;
    }
    
    

    Wenn nur auf dieser Seite:

    
    
    .page-id-89 table caption {
        text-align: left !important;
        font-size: 15px !important;
    }
    
    

    LG,
    Günter

    • This reply was modified 7 years, 3 months ago by Günter.
    #830372

    Hi Günter,

    super vielen Dank hat funktioniert – könntest Du mir noch den Code hinzufügen für eine andere Farbe bei diesen Caption Überschriften. Vielen Dank.

    LG Sokol

    #830373

    hier noch die Farbe: #575757

    #830795

    Hi,

    Der Code wäre:

    
    table caption {
        text-align: left !important;
        font-size: 15px !important;
        color: #575757 !important;
    }
    
    

    LG
    Günter

    #830829

    Hi,

    super vielen Dank – hat geklappt :-)

    LG Sokol

    #830928

    Hi,

    You are welcome!

    Best regards,
    John Torvik

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Daten Tabelle Zusatzbeschriftung ändern’ is closed to new replies.