Skip to main content

All Questions

Tagged with
0 votes
0 answers
25 views

How to Set a Background Image and Layer Elements on Top Using Only Bootstrap? [closed]

I'm working on a project where I need to set a background image for my webpage and place various elements on top of it, all while using only Bootstrap. I've been struggling to find a clear solution or ...
Gabriela Reppold's user avatar
-3 votes
1 answer
39 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
0 votes
1 answer
102 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,474
0 votes
2 answers
45 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
44 views

Bootstrap overriding table styling in custom style sheet

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
48 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
37 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.7k
-1 votes
1 answer
34 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
  • 9
0 votes
0 answers
50 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
62 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
0 votes
0 answers
29 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,537
0 votes
1 answer
25 views

dropright variation for dropdown not working in ng-bootstrap

I'm trying to integrate dropright variation to a bootstrap dropdown. I can see it in bootstrap documentation https://getbootstrap.com/docs/4.3/components/dropdowns/#dropright They have given code <!...
binga58's user avatar
  • 99
0 votes
0 answers
40 views

Responsive p5play Sprites based on screen scroll/resize

I am making a portfolio website, and am trying to use p5play, a library of p5js, to create a background where balls fall down to the bottom of the screen. There is also walls on the sides that make ...
Np3's user avatar
  • 35
0 votes
0 answers
38 views

A white circle with 20% transparency on the jumbotron

I'm using bootstrap on my website and I saw something cool on other website. They have like a 20% transparent circle that makes white shadow on fully dark background. I'm also asking how can I use ...
reiizl's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
2839