Questions tagged [bootstrap]
questions about twitter's open source bootstrap framework
70 questions
0 votes
2 answers
121 views
What should I display in the button
This is part of an entry screen to make a booking on Helicopter Adventures. I am trying to get it functional before is improve the style. Before I get criticised, I am not happy with the contrast on ...
0 votes
1 answer
146 views
Card design with downloads and icon buttons
I have a design problem where I really don't know how to handle it. I am using Bootstrap 5 together with Bootstrap icons and my website creates a card for every client entry (clients = devices). The ...
0 votes
1 answer
127 views
Different heading sizes for different platforms in design tokens [closed]
Currently I'm doing an experiment with my first Design System(I have chosen Bootstrap) and Design Tokens(Style Dictionary npm module) I configured and build all good, Later I wanted to achieve as ...
2 votes
1 answer
556 views
What is the best way to add edit and delete buttons to a modal?
I have a task data visualization modal, but I need to add an option to edit or delete these tasks. Where in this modal could I insert buttons to delete or edit?
2 votes
0 answers
249 views
How can I make an essential navigational treeview sidebar work on mobile? [closed]
I'm currently working on a web application that will have significant user-created content. I would like to organize this content hierarchically, with a side-bar on the left to navigate, some buttons ...
1 vote
1 answer
108 views
Best way to show employee performance data in 5 minute blocks for multiple employees performing various tasks throughout the day?
I am working on web development project that will let warehouse managers view their employee's performance. There are nine different tasks that an employee does repeatedly throughout the day. The ...
5 votes
1 answer
956 views
Best way to display an editable list of list
I'm working on a web project and I have a list of list which can be edited. It's displayed within a modal, I can resize it as I want so it's not that big of a deal. My main problem is I don't really ...
-1 votes
1 answer
93 views
What design changes will improve visual appearance of the calculator [closed]
This is the HTML code for a very basic calculator. I am at beginner level on bootstrap and definitely beginner level designer. what are some changes i can do to make the visual appearance better. i ...
2 votes
3 answers
2k views
Better layout of many checkboxes with help text
I have a page for configuring access rights in a website. There are a number of checkboxes in the form. Each of these checkbox have a help text hover tooltip that provides a more detailed explanation ...
1 vote
1 answer
388 views
Too large space for input fields
I'm struggling with a form (in Bootstrap 4) which takes the whole (fixed) container width, there is nothing else displayed on the screen. It looks okay-ish on smaller screens, but on large ones it's ...
0 votes
1 answer
123 views
Is it a problem if my form takes up twice as much space in web form than it does in the desktop application?
I am trying to migrate some forms from a desktop implementation to a web implementation, which should still primarily be used by desktop users. Currently, we have a generic out-of-the-box theme (the ...
2 votes
2 answers
978 views
Responsive nav sidebar with company logo and information
Currently, our team's browser app looks like this: up to this point, we built our app to target desktop. However, because we're moving to Android, it is imperative that we can also effectively target ...
2 votes
2 answers
272 views
Best way to display a lot of schools information on a single webpage?
I'm a front end developer and I need a page to display information about all schools in my city (52). I tried using Bootstrap Cards and an input where the user will type and the cards bellow will be ...
1 vote
1 answer
152 views
Configuration for a timegrid
I have a React+Bootstrap app which displays a timeline of events, to which the user can add a grid, with vertical markers at regular intervals. The default interval is 1 second, so a vertical line is ...
2 votes
2 answers
358 views
Bootstrap nav bar with variable background color - best way to handle this?
I'm working on the UX for an application with a bootstrap top navigation bar whose background color will not be consistent because resellers can change it to match their branding. At the moment, the ...