Hey guys,
I am currently making a pricing table using the Enfold Theme.
The issue I have is that I want to align the text in the Feature column (1st column) to the left, so it is nicely next to the icons. Like Scheduled Forecasts is now more of less.
In other words: [icon] Text and not [icon]__________ Text
As you can see, I am doing everything directly in the table builder. I will be having several different tables, so I don’t want to make any global changes or settings.
Thanks for your help.
Hi!
Please try using following code in Quick CSS field in Enfold theme options under General Styling tab
.pricing-table-wrap:nth-child(1) li {
text-align: left;
}
If that does not work, please post the link to your page where you have tables when you publish them
Best regards,
Yigit
Hi!
Can you please post a screenshot and show the changes you would like to make?
Regards,
Yigit
Hey!
I would like to align all the text perfectly in the first column.
Screenshot attached. http://i.imgur.com/LAQC4xw.png
As you can see it is all over the place at the moment.
Thanks
Hey!
Please add following code to Quick CSS
.page-id-3487 .pricing-table-wrap:nth-child(1) span.av_font_icon {
min-width: 20px;
}
Cheers!
Yigit
That did the trick.
Thank you for your help!
Hey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit