-
AuthorPosts
-
January 16, 2015 at 2:53 pm #380762
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.
- This topic was modified 9 years, 10 months ago by heinrichvk.
January 16, 2015 at 3:25 pm #380775January 16, 2015 at 3:45 pm #380786This reply has been marked as private.January 16, 2015 at 3:48 pm #380787Hi!
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,
YigitJanuary 16, 2015 at 4:13 pm #380809This reply has been marked as private.January 19, 2015 at 11:24 am #381640Hi!
Can you please post a screenshot and show the changes you would like to make?
Regards,
YigitJanuary 19, 2015 at 11:30 am #381646Hey!
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
- This reply was modified 9 years, 10 months ago by heinrichvk.
January 19, 2015 at 11:37 am #381650Hey!
Please add following code to Quick CSS
.page-id-3487 .pricing-table-wrap:nth-child(1) span.av_font_icon { min-width: 20px; }
Cheers!
YigitJanuary 19, 2015 at 11:43 am #381653That did the trick.
Thank you for your help!
January 19, 2015 at 11:48 am #381660Hey!
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 -
AuthorPosts
- The topic ‘Pricing Table Alignment Issues’ is closed to new replies.