Hi
I’m trying to create a price table as shown in the page link. I need to have the first column wide, and the two right hand columns narrow. Is there a way to do this?
Thanls
Hey bobjonesdesigns,
Try this code in the General Styling > Quick CSS field:
#top.page-id-6145 div.pricing-table-wrap:nth-child(1) {
width: 50% !important;
}
#top.page-id-6145 div.pricing-table-wrap:nth-child(n+2) {
width: 10% !important;
}
Best regards,
Mike
Thanks Mike – this is perfect!
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike