Skip to main content
0 votes
0 answers
31 views

ASPX webform Bootstrap 5.3.5 and updatepanel column issue [closed]

I'm using Bootstrap 5.3.5 with an update panel, but it doesn't respect the column spacing. I think it's a CSS issue, but I can't find a solution. Here's a screenshot. I've tried display:contents, but ...
Fernando's user avatar
-2 votes
1 answer
90 views

Refresh dynamic select box in JavaScript with Bootstrap 5 [closed]

Using bootstrap 5, I have the following html: <select class="form-select"> <option hidden="hidden">17 kW</option> <option>18 kW</option> <option>...
Cymro's user avatar
  • 1,464
1 vote
1 answer
30 views

Bootstrap Grid: Automatically Inheriting Column Sizes?

Sorry if this is a dumb question, I'm new to coding! So I currently have this written out: <div class="row"> <div class="col col-lg-3 col-md-4 col-sm-6 text-center"> ...
Elk September's user avatar
0 votes
1 answer
48 views

How to make only the top row of a Bootstrap column sticky while the bottom row scrolls away? [closed]

I'm trying to replicate a right-to-left (RTL) website layout using Bootstrap, and I'm running into an issue with the sticky behavior of a header. Here’s what I want to achieve: The is split into two ...
ATWEBSOFT's user avatar
0 votes
1 answer
32 views

Bootstrap Hero Section Image Not Showing on GitHub Pages Deployment (Works Locally) [closed]

I've built a website using Bootstrap 5 and am trying to deploy it to GitHub Pages. The hero section of my website has a background image that displays correctly when I run the site locally (e.g., ...
mr.sopon's user avatar
-1 votes
0 answers
28 views

Hello Ive been stuck on $primary color variable on bootstrap and sass. I keep getting an error: variable undefined on my terminal and live server [closed]

I have been following a freeCodeCamp tutorial 'Learn bootstrap 5 and sass by building a tutorial website' and im stuck on "53:07" of the video. When i save and try to view on live server and ...
Malvin's user avatar
  • 1
0 votes
1 answer
58 views

Carousel full screen height and width covering any elements below it

I have a div for my carousel, and the div is set to 100vh minus the height of my nav header... The carousel looks great, but it is covering ANYTHING I put beneath it in the DOM... Here is my HTML: @...
JakeFromStateFarm's user avatar
0 votes
1 answer
64 views

getting error in browser console, after closing bootstrap modal

code of my website: https://github.com/anup-sdp/drink-site live: https://anup-sdp.github.io/drink-site/ when details button is pressed, a bootstrap modal is shown. when i close the modal, this warning ...
Anup Barua's user avatar
-2 votes
2 answers
35 views

Bootstrap 5.3.5 disable submit button doesn't work [duplicate]

I have the following form: <form id="chatForm" name="chatForm" action="{{url_for('home.invoke')}}" method="post"> <div id="message-box&...
khteh's user avatar
  • 4,052
-1 votes
1 answer
50 views

Bootstrap 5.3.5 center <h1> text vertically [closed]

I have the following base.html in my Quart template with bootstrap 5.3.5: .header { height: 100px; vertical-align: middle; } .header-title { position: relative; text-align: center; display: ...
khteh's user avatar
  • 4,052
-1 votes
1 answer
40 views

Bootstrap 5.3.5 anchor tag with an image not clickable

I have the following base.html in my Quart template with bootstrap 3.5.3: <div class="header"> <a href="{{url_for('home.index')}}"><img src= "{{ url_for('...
khteh's user avatar
  • 4,052
1 vote
0 answers
29 views

Switched from Flask to FastAPI CSS stopped working

I had a Flask application, but I switched to FastAPI and noticed that only Bootstrap styles work. And the CSS styles, even the checkbox style="", are not applied. But the old CSS styles ...
Aster's user avatar
  • 29
0 votes
1 answer
34 views

Getting TypeError: Expected pattern to be a non-empty string when installing bootstrap 5.3.x with Laravel 12.x

As mentioned in the subject line I'm getting TypeError: Expected pattern to be a non-empty string at picomatch$3 file:///node_modules/vite/dist/node/chunks/dep-Beq30MX9.js when running npm run dev. . ...
Tim Kruger's user avatar
1 vote
1 answer
67 views

Boostrap dropdown into modal

My problem is when I click on the button to open the dropdown menu. The height of the modal-body is not increasing, instead the modal is hidden and I have to scroll into modal-body. How I can make the ...
KunLun's user avatar
  • 3,244
0 votes
1 answer
64 views

How to center an image in a table td row?

How to center an image in a table row. Currently I have a div like this in bootstrap: <div class="container-fluid"> <div class="row align-items-center exclusion-empty">...
Gauravsa's user avatar
  • 6,568

15 30 50 per page
1
2 3 4 5
432