New Landing How can we help? Atelier Table issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #216708
    micheal_w
    Member
    Post count: 498

    Hi guys,
    I am using your table to create size charts, but for some reason each columns are different width…
    1. How can I make all columns same width?
    2. How to align the header inside the column in the middle as well as the content underneath?

    Thanks!

    #216910
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .sf-table th, .sf-table td {
      text-align: center !important;
      width: 240px;
    }

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.