Home › Forums › Jevelin Theme › First column's width in table element is too small
Home › Forums › Jevelin Theme › First column's width in table element is too small
Hi,
If you look at the link below, you’ll see the first column in the table at the bottom of the page is very narrow, which causes the text to spill over into a second line, making each row much larger.
Is there a way to correct this?
Thanks
Solution for this topic
Hi @LeaV,
Thank you for your question.
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#table-f3e66a0de1ed8a6459f41d3b3b1423e6 th.default-col:first-child { width: 120px; max-width: 100%; }
Best regards,
Shufflehound team
Awesome – thanks!
You are always welcome here š