- This topic has 2 replies, 2 voices, and was last updated 6 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hello there,
I have the problem that my pricing table does not display properly (width). Can you tell me, how can i fix this issue?
Best Regards
Kuhlma
Hi,
Add following css in your table templates custom css metabox. That should solve the issue.
.w3eden .col-md-2 {
width: 19.667% !important;
}
However, if you need help send login info in private reply. I will do that for you.
Thanks.