Hi,
Is there any way to resize table column widths? I have a table at the bottom of page:
and the left column with the link as you can see is squashed in comparison to the right column. Can i resize this?
thanks.
Hi,
Is there any way to resize table column widths? I have a table at the bottom of page:
and the left column with the link as you can see is squashed in comparison to the right column. Can i resize this?
thanks.
Hi There @King
Thanks for writing in! You can add the following CSS rule into your page’s custom CSS area.
table td:first-child {
width: 30%;
}
By the way, I see that you’re not fully updated. I suggest you to take a full backup of your site and update your Pro theme as we have introduced some new features with the latest release which you can read from here (https://theme.co/changelog/).
Thanks!
Glad that it works for you!
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.