• Resolved liberdbell

    (@liberdbell)


    I can’t find anywhere in the setup settings to center the list of features, it looks way off.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @liberdbell ,

    I just went through your page on my inspector and found that the list item margin-left CSS comes from your theme CSS file. Have a look: https://d.pr/i/kmDpVB

    You can add this CSS to solve this issue:

    .elementor-widget-eael-pricing-table li {
        margin-left: 0px !important;
    }

    NOTE: I highly recommend to add custom class on the widget and write CSS on that class for good practice

    Let me know how it goes.
    Thanks!

    Thread Starter liberdbell

    (@liberdbell)

    that fixed it, thanks

    Plugin Support Abid Hasan

    (@abidhasan112)

    Awesome! You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Features list isn’t centered’ is closed to new replies.