Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
104 views

I want to set two columns to be equal. This means the menu column should be the same height as the main column, which changes depending on the browser window size. Below the image is a typed.js script ...
Hermas's user avatar
  • 33
1 vote
0 answers
32 views

I am trying to override my color theme in dark mode  I have an app.scss with $enable-css-variables: true; // enable variable mode $theme-colors: ( "primary" :   #1037C4  , "secondary&...
MB.'s user avatar
  • 733
0 votes
1 answer
169 views

I have a problem with image, when I add class img-fluid to img, image not resize when I change browser size. I have checked bootstrap 3 with img-responsive and this is the same. I have checked styles (...
Hermas's user avatar
  • 33
1 vote
3 answers
80 views

I am relearning HTML and want to create a navigation bar with a dropdown menu which appears when the cursor hovers over the "Works" button. With my current code, only the top of the dropdown ...
mesmer's user avatar
  • 11
-1 votes
1 answer
82 views

I've upgraded from Bootstrap 4 to 5 and now when Sweetalert2 confirmation is opened at a modal, focus remains on modal at its "close" button. But when I open Sweetalert2 directly from the ...
rd1218's user avatar
  • 469
1 vote
0 answers
57 views

Java 1.8, JSP, Bootstrap 3.4.1 this snippet of index.jsp works fine - tabs appear, tabs3 is displayed as default, and clicking on different tabs display the correct stuff for the selected tab <nav&...
code_warrior's user avatar
0 votes
0 answers
73 views

Repro: Create the default Visual Studio Blazor Server Template with sample pages. Add a nuget reference to Microsoft.AspNetCore.Components.QuickGrid (10.0.0) Replace the weather page with a similar ...
Heinzi's user avatar
  • 174k
0 votes
1 answer
70 views

I am using Bootstrap 3.5 with ASP.NET controls (Visual Studio 2022). I have an ASP.NET:TextBox in a Bootstrap column. While an HTML input tag spreads across the entire Bootstrap column, left to right, ...
StuKH's user avatar
  • 41
-1 votes
1 answer
80 views

i want to apply only horizontal scrolling to the nav but not vertical so i use bootstrap class overflow-x-scroll, however it still applies vertical scrolling when i open the language dropdown : ...
Morgana Freeman's user avatar
1 vote
1 answer
281 views

For days, I've been trying to configure the opening and closing of my navbar created with Bootstrap 5.3, when it is reduced to a burger menu, via hover rather than click. I've managed to do this in ...
Jérem's user avatar
  • 23
-1 votes
1 answer
45 views

i want to apply transition on bootstrap columns width when open state changes, the transition works but it's sluggish, it's not smooth at all layout.js "use client"; import { useState } from ...
Morgana Freeman's user avatar
2 votes
1 answer
60 views

There is a flex container (display: flex) with align-items: baseline. Inside, there is a text element (label) and input, which renders .invalid-feedback during validation. Before the error (.invalid-...
killbut's user avatar
  • 23
-1 votes
1 answer
60 views

i dont know how to give spaces between columns, i tried to use gx-* but it doesnt work and it causes horizontal scroll which make it even worse, gap-* works but it misses with the layout and causes ...
Morgana Freeman's user avatar
-1 votes
1 answer
125 views

.cta-btn { display: inline-flex; align-items: center; justify-content: center; padding: 0 32px; height: 54px; font: normal normal 600 16px/21px "Inter", sans-serif; letter-spacing: 0; ...
Muralikumar J's user avatar
2 votes
2 answers
209 views

I am trying to position a title bar which is in <div> on top of the <img>. I've been able to position it using position: relative and position: absolute plus margins but I struggle if the ...
Sygan's user avatar
  • 94
1 vote
1 answer
198 views

In my rails 8 app I followed the Bootstrap Getting Started instructions to pull in bootstrap version 5.3.7 via the link tag: I put the following in the head tag of application.html.erb: <link href=...
Neil's user avatar
  • 4,740
0 votes
3 answers
118 views

I have a table with Bootstrap 5 if that matters. The th element has a height of 195 px; this height is because some other cell in the same row has some text, if that matters. The screenshot below has ...
Fangming's user avatar
  • 25.4k
0 votes
1 answer
164 views

How can the div, containing the thumbnails be moved to the left of the carousel like it this picture? I tried already wrapping it into a <div class="d-flex">but that messes up the ...
eztam's user avatar
  • 3,885
0 votes
0 answers
114 views

I have an Angular web application that has a page that needs to be interrupted by a modal dialogue in some situations. However, when I press the button that does that, the modal appears at the bottom ...
Inglonias's user avatar
  • 530
0 votes
0 answers
124 views

We are starting a new project using Next.js and Bootstrap 5, with Sass. We are trying to create a new theme, so we created a theme.scss file: @import '~bootstrap/scss/functions'; $primary: #005EA2; $...
NFall's user avatar
  • 1
0 votes
1 answer
180 views

I am building a website using Bootstrap 5, and I made a separate page for the top navbar which I place in the content pages using jQuery. <!-- Nav bar --> <div id="navbar"></...
Tyll'a's user avatar
  • 571
0 votes
2 answers
124 views

I have the following style: .center-box { align-items: center; display: flex; flex-direction: column; justify-content: center; align-content: center; } And the following HTML: <...
Ivan Debono's user avatar
  • 1,040
0 votes
1 answer
118 views

Environment Bootstrap version: 5.3.3 Browser: Chrome (latest) Framework: Vue.js 3 with Phaser 3.87.0 Problem Description I'm developing a game using Phaser 3 within a Vue.js application that uses ...
ivo's user avatar
  • 39
0 votes
2 answers
105 views

I'm trying to get build an image layout in HTML / CSS / Bootstrap that resembles the below diagram. The pink lines represent what should be a 15px gap between the elements. I am halfway there with the ...
user303096's user avatar
3 votes
1 answer
111 views

I'm using Bootstrap to display a striped table with the table-striped class. However, I want the last two rows to have a white background despite the row number being odd or even. I tried these ...
Zied's user avatar
  • 33
1 vote
1 answer
53 views

I came across a website called https://bootstrap21.org, which appears to offer Bootstrap files and documentation similar to the official Bootstrap site (https://getbootstrap.com). However, I couldn't ...
user30722432's user avatar
0 votes
0 answers
122 views

I'm using Bootstrap 5 to create a responsive table. I want the content of the table cells to be vertically centered, so I applied the align-middle class to the element. However, the content still ...
Torak's user avatar
  • 17
1 vote
2 answers
64 views

I'm trying to use a Bootstrap (v5.3.3) popover to display a basic search form. Here's the HTML: <li class="nav-item"><a id="searchLink" class="nav-link" data-bs-...
Mathew Smith's user avatar
1 vote
1 answer
187 views

I have converted a horizontal Bootstrap 5 navbar into a vertical sidebar. The sidebar, when collapsed, is less then 100px wide and shows only icons. .page { min-height: 100vh; } .site-header { ...
Razvan Zamfir's user avatar
1 vote
1 answer
60 views

If a surrounding div is a flex-row in Bootstrap 4+, and it has several child divs: <div class="d-flex flex-row"> <div class="some-class">Item 1</div> <div ...
user2470889189's user avatar
1 vote
0 answers
156 views

I’m working on a fixed vertical navbar using Bootstrap and running into an issue with layout overflow. The navbar uses `vh-100` to take up the full height of the viewport and `m-3` for margins. ...
Morteza Tajeri's user avatar
0 votes
1 answer
143 views

I am writing a Vue 3 application, and would like to use Bootstrap 5 as the CSS framework. I'd like to be able to override some of the variables for customization. I've followed a couple tutorials I ...
Shadowman's user avatar
  • 12.2k
0 votes
1 answer
55 views

I am looking to modify my CSS (code provided below) to change the placement of two Bootstrap icons provided in the HTML code below whereby one icon is placed to the left-side of the text 'EasyPDF™ ...
Boilermaker73's user avatar
1 vote
0 answers
112 views

I want to style some bootstrap buttons. Button styling can overwritten by basic css but I hate doing it like that with those annoying importants. I want it do it the right way with the theming ...
Babulaas's user avatar
  • 909
2 votes
0 answers
73 views

I inherited a React 16 app, built with create-create-app, built and deployed to GitHub Pages with a workflow that watches the main branch. My mission is to move it from Netlify to its new homepage on ...
Big McLargeHuge's user avatar
0 votes
0 answers
74 views

In html, there is white space above and below texts, and it is apparent when the text is big. Can this top and bottom white space around texts be removed with CSS\html? If not, how to calculate the ...
compliance's user avatar
0 votes
1 answer
117 views

I am creating an ASP.NET Core MVC app. It has on default bootstrap files in the wwwroot folder. My _Layout file looks like this: <!DOCTYPE html> <html lang="en"> <head> ...
Fer's user avatar
  • 9
3 votes
2 answers
353 views

Using the following code I'm trying to add some CSS to the default Gutenberg editor in Wordpress: function editor_style() { add_theme_support( 'editor-styles' ); add_editor_style( 'editor-...
vespino's user avatar
  • 2,016
1 vote
1 answer
79 views

I am trying to add a horizontal scroll bar to a Bootstrap based table. The table looks like this: If there is large data in Remaining candidates (Ex: Wolfeschlegelsteinhausenbergerdorfflastname, ...
Gauravsa's user avatar
  • 6,638
1 vote
1 answer
59 views

Is there a way to toggle the visibility of elements with a select's options? I've tried to put the data-bs-toggle/data-bs-target attributes : directly on the option, on an inner a, on an inner button....
Pragmateek's user avatar
  • 13.6k
1 vote
1 answer
55 views

I have a set of collapsible elements whose visibility is controlled via data-bs-toggle="collapse"/data-bs-target, and only one should be visible at a given time. This behavior is achieved ...
Pragmateek's user avatar
  • 13.6k
0 votes
1 answer
55 views

I have this example: https://jsfiddle.net/xcugq7d1/ <div class="container-fluid pt-1 pb-1 mb-3 header-section"> Header Section </div> <div class="container-fluid ...
calin24's user avatar
  • 1,021
0 votes
1 answer
53 views

I want to use the bootstrap display font, but in a smaller size. I'm looking for a way to expand on the predefined sizes (1 through 6 | 5 through 2.5rem). I tried adding to the set of values that the ...
max.html's user avatar
0 votes
2 answers
225 views

I need to update the page content when item in a Bootstrap sidebar is clicked. All examples I find are just showing how to create a responsive sidebar but ends there. E.g. following this tutorial only ...
Johan's user avatar
  • 1,723
1 vote
0 answers
60 views

Using a Bootstrap dropdown button inside of a card renders properly with Firefox. But when using Safari (on Desktop), the part of the menu that is outside of the card cannot be hovered or clicked. The ...
kostrykin's user avatar
  • 4,334
0 votes
2 answers
100 views

I have a Bootstrap 5 Carousel, which is set to automatically cycle. While it is cycling, I want a click on the Previous or Next buttons to pause the cycling. So far, my code is not working. The ...
hommealone's user avatar
0 votes
1 answer
88 views

I have the following code that creates and initializes a number of Bootstrap popovers. I need the text to be updated each time it is shown, so I thought being able to set content to a function would ...
Jonathan Wood's user avatar
2 votes
3 answers
326 views

I've restarted using React 18 and react-bootstrap with Next.js, but I'm not understanding the error it is giving out to me. The error is: React.jsx: type is invalid -- expected a string (for built-in ...
DonDavid12's user avatar
1 vote
1 answer
129 views

I'm trying to pass data to a modal. After searching around the internet and following bootstrap I found a couple of ways. 1) is by passing the model through data-bs-whatever="@Model", ...
DonDavid12's user avatar
0 votes
2 answers
463 views

I am trying to create a list of images and each occupies 4 columns in medium and larger screens and occupies 12 columns on smaller screens. However, when I try to resize the screen to smaller size (...
Jay's user avatar
  • 1

1
2 3 4 5
2055