Skip to main content

Search

Change the division of the three columns

Comments

2 comments

  • Matthias_Walter

    Hi Michael Molkentin,

    to achieve this, you can use the following styles on the row of your choice, that is configured to have 3 columns:

    .sb-row div.ant-col-sm-24:nth-of-type(1) {
      width: 25%;
    }
    .sb-row div.ant-col-sm-24:nth-of-type(2) {
      width: 25%;
    }
    .sb-row div.ant-col-sm-24:nth-of-type(3) {
      width: 50%;
    }

    Kind regards

    Matthias

    0
  • Michael Molkentin

    Hello Matthias,
    This is magical!
    Installed and it works right away!
    Thank you very much and best regards


    Michael

    0

Please sign in to leave a comment.