This message was deleted.
# questions
b
This message was deleted.
👀 1
l
Yep, go into edit layout. Click that section. On the left you will see a menu for Contact. When you hover you will see a pencil icon, click that. You can choose the number of columns in there.
It should look something like this (but my section is called Details)
a
@ripe-book-6760 I don’t think that you are able to put the field label in line with the data as per the example on the website. @gorgeous-queen-48490??
r
@acceptable-furniture-94606 That's what I originally tried to do, but to my surprise it doesn't work. Even with the slider set to 1 Columns, Stacker still displays the field description and data on top of each other instead of next to each other like in the example.
l
Ahhh, OK, so you want the label inline as well. Yeah not sure how to do that.
r
Yes. Exactly.
o
@lively-school-87976 @ripe-book-6760 I am 99% you can't
I had the same question, I believe the UI is a bit "fake" on the website as there was something I tried to do about 6 months ago that also looked awesome
but support told me it wasn't released
r
I see. That's disappointing.
e
Hey folks, thanks for sharing your thoughts, as well as expressing your concerns. Our intention is to be as transparent with you as possible. That’s why I feel it is important that you call us out when you feel we haven’t been holding up our end of the bargain. You are correct, it isn’t possible to choose that type of layout out of the box. We will definitely look to give you more out of the box styling options in the future. We should definitely make it easier to style layouts, but it is possible to do it now with the custom CSS feature. I’m no CSS expert, but here’s a rough sketch of what I did on my test app. To do that, I needed to target the correct <div> element
Copy code
div[label="Email address"] {
flex-flow: row;
}
This put the label and the value in one line. I needed to do a bit more tweaking to the line-height and min-width fields to get it spot on.
h
Can I also call you out on these nice looking colour bars at the top of the kanban board which is also not yet possible?! 😉
e
@happy-easter-55311 you absolutely can, thank you! These are indeed some sweet looking kanbans. Making them prettier is on our todo list, but I’m not sure exactly when that could happen. Thank you all for your reports. We will be changing both screenshots to reflect what is doable out of the box with the app. I realize that the ultimate reason for reporting these was because you want these features in Stacker. Your voices have been heard, and we’ll take your requests into consideration when improving our app. If you have any further feature requests, you can file them at https://stacker.canny.io/feature-requests. That way others will also be able to vote on the feature request.
h
Awesome, thanks @elegant-eve-85294, really appreciate the thoughtful reply. And yep, keenly waiting on that feature as highly requested in my team 🙂
🙇 1