Hi,
thanks for your post, and sorry for the trouble.
You just posted the link to the “Edit” screen of a table. I can not access that link, as I’m not logged-in to your site. Could you therefore maybe post a screenshot of what you see (e.g. by uploading the screenshot to https://imgur.com/ and posting the link here)? Are there any error messages on that screen?
Regards,
Tobias
Thread Starter
ltamm
(@ltamm)
Thanks Tobias fir your quick answer.
I get no error message, I only land on the page that i uploaded to the link you gave me.
<script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>
I hope this works
//Lena
Thread Starter
ltamm
(@ltamm)
Dont know if I copied the link correctly, so here it is again:
View post on imgur.com
//Lena
Hi Lena,
thanks for the screenshot! All that happened here is that the input fields got minimized. Please click on that that horizontal “Table Content” bar. That will reveal the section again 🙂
Regards,
Tobias
Thread Starter
ltamm
(@ltamm)
Oh, it was that easy.
Thank you Tobias, i am so relieved.
Best wishes
Lena
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!
Thread Starter
ltamm
(@ltamm)
I am preparing a new table and want to use Myriad pro as my font. I have also centered coloumn 1,5 and 6, but the text is not level. What have I done wrong?
The head background should be gray and not blue.
View post on imgur.com
This is my CSS so far
.tablepress-id-3,
.tablepress-id-3 tr,
.tablepress-id-3 thead th,
.tablepress-id-3 tbody td {
border: none !important;
}
.tablepress-id-3 .column-1 {
padding: 4px;
text-align: center;
}
.tablepress-id-3 .column-5 {
padding: 4px;
text-align: center;
}
.tablepress-id-3 .column-6 {
padding: 4px;
text-align: center;
}
.tablepress thead th {
font-family: myriad pro;
font-size: 12px;
}
.tablepress-id-3 tbody td {
font-family: myriad pro;
font-size: 12px;
}
Hi,
the reason for this is that you have changed the padding in columns 1, 5, and 6.
If you remove the padding: 4px; everywhere, everything will be level again.
As for changing the header row’s color, please see https://tablepress.org/faq/change-background-color-table-head-row/
Regards,
Tobias