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

    Is it possible to adjust the column width(s) when using a pricing table…? Using CSS…?

    For instance… I need a four or five column table, but I want the left-most / description column to be wider and the default / highlight columns to be much narrower.

    Make sense…?

    Any help you can provide is appreciated.

    • This topic was modified 10 years ago by anthonyv9.
    #357695

    Hi anthonyv9!

    It’s possible. Go ahead and send us a link so we can see what you currently have setup. You can set your reply as private if you wish. Also, a screenshot highlighting exactly what your trying to do would be very helpful.

    Regards,
    Elliott

    • This reply was modified 10 years ago by Elliott.
    #357736
    This reply has been marked as private.
    #358130

    Hi!

    Use this on Quick CSS or custom.css to adjust the first column:

    .page-id-2045 .pricing-table-wrap:first-child {
    width: 500px;
    }

    Use css media queries to adjust the width on different screen sizes.

    Regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.