Greetings,
Does anyone know if it is possible via CSS to remove the thick border at the top of tables in the modern designer? Bonus if it is also possible to remove the extra white space at the bottom of the table :)
Best regards,
Jeff
Greetings,
Does anyone know if it is possible via CSS to remove the thick border at the top of tables in the modern designer? Bonus if it is also possible to remove the extra white space at the bottom of the table :)
Best regards,
Jeff
I don't have a thick border on any of my tables, have you checked the Styles>Container Labels tab in the Theme Designer? I would start there before trying CSS.
Greetings,
I betcha that's it! A bit of a forehead slapper... probably setup on this form style I'm using ages ago. Thank you for the pointer!
Best regards,
Jeff
No problem at all, happy to help!
I'm still learning in the modern designer :) It looks like tables in the modern designer are actual containers and adopt container elements like a border (just as a section would). Thus if you tweak the border settings in Styles, Container Labels, that change applies to section borders also. Not sure if I can remove the border only on given tables and leave the border on sections.
Best regards,
Jeff
Ahh, found what I needed in this post to remove the border and padding just from the tables:
https://answers.laserfiche.com/questions/211436/spacing-between-tables#211463
Best regards,
Jeff
Hi Jeff, try this:
.fl-table .section-title {border: none;}
Edit: Ahh, 4 seconds too late! haha
Greetings, Sarah:
Thank you! :)
Best regards,
Jeff