Change the width of table columns

By: Will J | Asked: 03/21/2023
ForumsCategory: General questionsChange the width of table columns
Will J asked 1 year ago
How do I change the width of my table columns in Formidable Views? 
1 Answers
Best Answer
Bobby Clapp answered 1 year ago
You'll likely have to target CSS. Something like: td:first-child { width: 10%; } td:nth-child(2) { width: 70%; } td:last-child { width: 20%; }
Asking for A Friend replied 1 year ago

Sweet! You rock! Thanks so much!

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right