Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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.
    #380775

    Hey heinrichvk!

    Can you post the link to your website please?

    Regards,
    Yigit

    #380786
    This reply has been marked as private.
    #380787

    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

    #380809
    This reply has been marked as private.
    #381640

    Hi!

    Can you please post a screenshot and show the changes you would like to make?

    Regards,
    Yigit

    #381646

    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

    • This reply was modified 9 years, 10 months ago by heinrichvk.
    #381650

    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

    #381653

    That did the trick.

    Thank you for your help!

    #381660

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Pricing Table Alignment Issues’ is closed to new replies.