Comments 2Marian Harris started the conversationAugust 22, 2020 at 2:05amHi,I'm using this CSS in conditional formatting:.sampleclass { font-size: 26px; font-weight: bold; padding-top: 10px !important; padding-bottom: 15px !important;}If I tick 'Add column CSS', the entire column matches the CSS, just fine. But if I tick, 'Set row CSS', the font-size and font-weight match the CSS across the whole row, but the padding disappears on the entire row.Any ideas?Thank you. 2,572Aleksandar repliedAugust 24, 2020 at 7:40pmHello MarianCan you try this? .sampleclass td { font-size: 26px; font-weight: bold; padding-top: 10px !important; padding-bottom: 15px !important; }Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables 2Marian Harris repliedAugust 24, 2020 at 10:48pmHi Aleksandar,Yes, thank you!!!! adding the 'td' works perfectly. Is there any way to hide a column containing full-row-CSS-conditional-formatting and still have the formatting appear on the unhidden columns? Thanks again,Marian 2,572Aleksandar repliedAugust 25, 2020 at 12:20pmHi again MarianI'm not sure I understand. Can you please explain with an example?Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables 2Marian Harris repliedAugust 25, 2020 at 7:48pmHi Aleksandar,Actually I figured out a better way to do what I want, so I won't waste your time on it.Thanks very much,Marian 2,572Aleksandar repliedAugust 27, 2020 at 7:34amI'm glad to hear that, MarianIf you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
Hi,
I'm using this CSS in conditional formatting:
.sampleclass {
font-size: 26px;
font-weight: bold;
padding-top: 10px !important;
padding-bottom: 15px !important;
}
If I tick 'Add column CSS', the entire column matches the CSS, just fine.
But if I tick, 'Set row CSS', the font-size and font-weight match the CSS across the whole row, but the padding disappears on the entire row.
Any ideas?
Thank you.
Hello Marian
Can you try this?
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Aleksandar,
Yes, thank you!!!! adding the 'td' works perfectly.
Is there any way to hide a column containing full-row-CSS-conditional-formatting and still have the formatting appear on the unhidden columns?
Thanks again,
Marian
Hi again Marian
I'm not sure I understand. Can you please explain with an example?
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Aleksandar,
Actually I figured out a better way to do what I want, so I won't waste your time on it.
Thanks very much,
Marian
I'm glad to hear that, Marian
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables