Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
-1 votes
0 answers
20 views

Remover as margens brancas do .container do Bootstrap [closed]

I have an Angular code that uses Bootstrap to create grid movements. I added the .container class, but it adds lateral margins. When I change the background color of the body, the margins created by ...
Ícaro Carvalho's user avatar
1 vote
0 answers
32 views

Flipcards when card flip, the background of the text of front, appears on back for some miliseconds

I am facing a strange issue with the bootstrap card and title text overlay on the images on the Front Card. I applied the flip, and the title has some background color and works fine. But when it ...
AbdulAziz's user avatar
  • 6,188
0 votes
2 answers
50 views

Trying to size div as percentages of the entire page

Trying to make div heights as percentages of the body height. I'm using bootstrap version 5.3. I'm able to make the body element 100% of the view. However, all the other div have the same size of 24px....
sg2019's user avatar
  • 49
0 votes
0 answers
38 views

How to maintain design on Bootstrap when adding input-group to append an icon?

I'm new to bootstrap and I'm getting a bit lost on this interaction. I have this original password input: <div class="form-floating mb-3"> <input asp-for="Input.Password&...
Dancing Diplodocus's user avatar
-3 votes
1 answer
48 views

Bootstrap searchable select option [closed]

The select option is not working when I am using bootstrap select. $(function() { $('.selectpicker').selectpicker(); }); .sc_table { height: 100vh; overflow: scroll; } <link href="https:...
bowih's user avatar
  • 101
1 vote
1 answer
153 views

Print and Print Preview of Web Page not Working Properly in Microsoft Edge Browser

I have a strange issue I am experiencing with a web app. Typically, the user right clicks on the web page and click Print. He views the document in preview and then decides how to print it. On Chrome, ...
Fokwa Best's user avatar
  • 3,484
0 votes
2 answers
48 views

Need to give a color to a menu link in html css

Please find the code for navbar below. How can I give the color to the html link like Home, Services and About? <!--navbar--> <nav class="navbar navbar-expand-lg navbar-light bg-...
Ammad Hassand's user avatar
0 votes
1 answer
53 views

Bootstrap overriding table styling in custom style sheet [duplicate]

I currently went from bootstrap v4 to v5 and and am trying to go through and fix any changes that might have been broken. I'm coming across this one that I cant figure out. Table is not displaying the ...
whisk's user avatar
  • 623
-1 votes
0 answers
51 views

Bootstrap 5 image height exceeds text column next to it

I have 2 columns, one has some text and the other has an image. The image height exceeds the height of text in the column next to it. Is it possible to make both columns the same height without ...
mmdev's user avatar
  • 31
0 votes
1 answer
41 views

Bootstrap 5 floating label overflows when inside grid

This markup contains floating selects inside a bootstrap grid: <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"/> <script src="https://...
lonix's user avatar
  • 17.8k
-2 votes
1 answer
35 views

Bootstrap Hamburger menu shifts right on Mobile on clicking causing horizontal scrolling and whitespace

I have a website built with Bootstrap, and it works fine on desktop. However, when I open it on a mobile device(android + chrome), the hamburger menu shifts to the right after clicking it for the ...
Rohit's user avatar
  • 7
0 votes
0 answers
54 views

Uncaught TypeError: Cannot read properties of undefined (reading 'indexOf') in addActiveClass function

I'm encountering a JavaScript error in my web application. I'm getting an "Uncaught TypeError: Cannot read properties of undefined (reading 'indexOf')" error on line 2 of vendor.bundle.base....
tech's user avatar
  • 11
2 votes
2 answers
63 views

How to make a textarea expand vertically to fill all rows in a table?

I'm trying to create a table with a corresponding textarea for notes in each row. Additionally, I have a toggle switch that, when enabled, hides all but the first textarea and makes the first textarea ...
Oliver's user avatar
  • 968
0 votes
0 answers
38 views

How to make videos responsive inside flexbox layout having align-items-center?

I have a web page for displaying blog post content that looks like this: It has a few rows, one for the title ("Foo" above), one for the description ("Bar" above), and one for the ...
sleepytea's user avatar
  • 264
-1 votes
0 answers
30 views

Why aren't these bootstrap elements side by side?

The five and seven column elements in this HTML are constantly breaking to new lines instead of displaying side by side (they get populated with simple HTML in javascript. Even if I hard code them ...
picus's user avatar
  • 1,535

15 30 50 per page
1
2 3 4 5
2839