i'm trying to make a dropdown with bootstrap 4. it works, but the problem is that it toggles only once. Also, I've tried solutions suggested on the si ...
i'm trying to make a dropdown with bootstrap 4. it works, but the problem is that it toggles only once. Also, I've tried solutions suggested on the si ...
I want to increase menu width when text is long and make it a waterfall menu. Currently when the text is long, the template adds dots like this: ... ...
I have a Font Awesome search text box in grid table header header, but unfortunately below code making control and icon in separate lines. How can I s ...
Here, I noticed that the transition-delay property is working on the normal list element. But, which is not working on pseudo elements before and af ...
My image overlay is stretching on large screen. I have tried max-width but no solution. max-width destroys responsiveness on small screens. I am tryi ...
Table 1 and 2 picture it work only table 1 data filter: I want to short data after click on table title when I try with while loop SQL data result ca ...
I have a input box which using the x button to clear the filed. But with adding this addition attribute to the input box the border of the input has t ...
How can I have each rowdisplay 4 cards and, of course, if the screen size changes, make them stack. Ideally, there should be some space in between the ...
which I use to clear the text. This x box always appear. I want this x box to appear only when input has focus and hide after word. Currently it appea ...
I have a b-form-datepicker. I want this b-form-datepicker to only select month and year. Is this possible ? I couldn't find an example in bootstrap-v ...
col-auto is great. It fits items by size in a row(same line). But i want it to strictly fit not more than 3 items in a row(same line). It should only ...
Trying to make a Single Row of Horizontal Scrolling Cards but facing issue of centering the div. Tried using a) mx-auto class b) text-align: center ...
How can I make Quarter and Month display in the same row, as well as Week and Date in a row right below? <base target="_top"> <link ...
I am using this icon definition: And I want to "disable it" at some point, temporarily. I use this in the code, it works fine: But the icon "hov ...
I'm trying to build a project using SvelteKit and Bootstrap. After including all Bootstrap related scss files in the +layout.css file, I receive an e ...
. Answers to this question are eligible for a +50 reputation bounty. Ha ...
I am building a flask web-app and I am now working on the nav-bar. I am using bootsrap 5 to style. Now I am trying to set the the class=active when I ...
How can I correctly use input-group-addon with kendo UI bootstrap-4. This's the html: The result is: ...
i want to change toggle multiselect true/false but not working, but not changing from muliple to single. i tried to watch value then run this funct ...
Using ReactJS I create a form dynamically using custom JSON data. With componentDidUpdate I would like to disable all submit buttons. While the lab ...