• Anonymous User 13711045

    (@anonymized-13711045)


    I am trying to add a row layout with 2 sections. I want one section to be 300 pixels wide and the other section to fill the remaining space. As far as I can tell, this isn’t possible. Am I missing something?

Viewing 1 replies (of 1 total)
  • Plugin Support karlalevelup

    (@karlalevelup)

    Hi there!

    Yes, there is no option to set the exact width of the inner Sections or columns. However, since you have less than 4 columns, you can drag the circle between the columns to set their percentage widths. Watch this screen recording – https://share.getcloudapp.com/2Nupr4Nx.

    On the other hand, if you want the left column to be exactly 300px, then you will need to add custom CSS code to your Row Layout block. Try this:

    selector .kt-row-column-wrap {
    grid-template-columns: 300px 1fr!important;
    }

    You’ll add it in Row Layout block settings > Advanced tab > Custom CSS.

    I hope this helps, and let us know if we can help you further.

    Regards,
    Karla

Viewing 1 replies (of 1 total)

The topic ‘Set Row Layout Section to Specific Pixel Width’ is closed to new replies.