If you have a link to the table, I’m sure Roch will be able to help you out.
Thanks for helping, @gator8 ! Indeed a link is always helpful.
@jwill4l
Thanks for reaching out! Here that table doesn’t seem to be scrollable but we can still change its font sizes. Add the following code in your custom css field ( Wp admin > SportsPress > Settings > General > Custom CSS ) and let us know how it works:
.single-sp_player .sp-player-statistics {
font-size: 11px !important;
}
Thanks!
Hi.
Yep, that worked for the font size. However, I’ve realized that the real problem is caused due to the size of the gap between columns in the table.
I’ve tried with column-gap and column-width but it doesn’t work. Any possible solutions for it?
Thanks.
Hi!
Thanks for your reply and I’m sorry for the delay.
Sure, let’s change the cells padding with this code:
#mvp-content-main td, #mvp-content-main th {
padding: 1px 2px;
}
The first number (1px) is regarding the top / bottom paddings, the second number (2px) is regarding the left / right padding. You can use any value you’d like there.
Thanks!
Thanks Roch! I was thinking the CSS I should’ve changed from the beginning was the one from the MVP Theme. And yep, it was.
Cheers!
-
This reply was modified 8 years, 2 months ago by
jwill4l.