Dear Kriesi Team,
After an Upgrade a former Change is not working anymore.
I try to change the Size of the First Column in the Tables on this Page:
Before I made that with:
.page-id-548 td:first-child {
min-width: 100px;
}
But now it is not more working.
Would be glad If u could help out!
A Second Small Isue: How tho remove the Table Border in the Mobile Version and making the Table in Mobile Version Left Orientaded…
Sincerely
R
Hi Fritz_Ott,
The CSS you posted is still active on the page, I’m not sure how it should look though? Could you try explaining a bit further and/or post screenshots highlighting the change you would like to make please?
Regards,
Rikard
Dear Rikard,
Thanks for your Answer.
I Just need The First Column smaller…
http://fraktal-design.ch/apfel/wp-content/uploads/2015/06/001.png
Screenshot
Thanks.
Hi,
Ah ok, thanks for the screenshot. Please try this CSS instead:
.page-id-548 td:first-child {
min-width: 100px !important;
width: 130px !important;
}
Best regards,
Rikard
Perfect! Thanks!!