-
AuthorPosts
-
July 22, 2017 at 11:09 pm #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
SokolJuly 23, 2017 at 4:56 am #828576Hey Umzug4,
Please, could you translate your question to English?
Best regards,
John TorvikJuly 23, 2017 at 2:53 pm #828680Hello 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
SokolJuly 23, 2017 at 3:37 pm #828698Hi,
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,
YigitJuly 24, 2017 at 5:52 pm #829111Hi 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
July 24, 2017 at 6:54 pm #829140Hey!
Can you please post a link to your page, where you have your table and caption? :)
Regards,
YigitJuly 24, 2017 at 7:05 pm #829148siehe private Nachricht
July 26, 2017 at 1:12 pm #830139Hi,
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.
July 26, 2017 at 10:42 pm #830372Hi 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
July 26, 2017 at 10:43 pm #830373hier noch die Farbe: #575757
July 27, 2017 at 7:09 pm #830795Hi,
Der Code wäre:
table caption { text-align: left !important; font-size: 15px !important; color: #575757 !important; }
LG
GünterJuly 27, 2017 at 10:09 pm #830829Hi,
super vielen Dank – hat geklappt :-)
LG Sokol
July 28, 2017 at 8:12 am #830928Hi,
You are welcome!
Best regards,
John Torvik -
AuthorPosts
- The topic ‘Daten Tabelle Zusatzbeschriftung ändern’ is closed to new replies.