Half of Col-1 ?
-
Hi, I have a row with a col-1 and a col-11. However, I really want half of a col-1 and then the remainder is filled by the col-11 (which i assume would just be “col”). How do I still use the “col” convention but fine-tune the “col-1” part?
Thanks in advance.
-
I guess you can use custom width instead of col-1 and use col-auto for the rest.
-
This post is deleted! -
@jraez OK, that worked. Thank you. I was just wondering if it was possible to fine tune Col below Col-1. It works now, thank you.
-
You’re welcome.