Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #948424

    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

    #948436

    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

    #949747

    Thanks Mike – this is perfect!

    #949770

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Table adjustment’ is closed to new replies.