Hi,
thanks for your post, and sorry for the trouble.
For that, you could e.g. use this “Custom CSS”:
.tablepress-id-66 .column-1 img {
margin-left: 30px;
}
Regards,
Tobias
Hi Tobias,
it works great, but i have the problem with the very long teamname in mobil view. How can in give the 2. column a min width that the small country picture and the teamname stand in one row without a break?
Thank you Blume
Hi,
you should then disallow line breaks:
.tablepress-id-66 .column-2 {
white-space: nowrap;
}
Regards,
Tobias
Tanks so mutch it works great
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!