Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
43 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
38 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
  • 173k
0 votes
1 answer
55 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
0 votes
1 answer
68 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
191 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
0 votes
1 answer
40 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
50 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
0 votes
1 answer
52 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
113 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
207 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
172 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
106 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
109 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,873
0 votes
0 answers
97 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
99 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
175 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
91 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,016
0 votes
1 answer
108 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
100 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
96 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
48 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
113 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
46 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
175 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
55 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
100 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
98 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.1k
0 votes
0 answers
36 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
87 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
  • 899
2 votes
0 answers
62 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
66 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
99 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
246 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
75 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
0 votes
0 answers
59 views

I am using Blazor and need to detect when the user scrolls the page... (if possiable i rather do this without JS but I dont see anyway) for refecence I am trying to create similar menu effect: https://...
Dave's user avatar
  • 3
1 vote
1 answer
54 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
52 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
53 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
39 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
203 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
58 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
80 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
78 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
295 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
102 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
0 answers
58 views

This may be answering my own question, but I'm not sure. I'm using Bootstrap navs to have tabs on a page, with two primary tabs and several more tabs nested within one of those tabs. I want them to be ...
movethathoof's user avatar
0 votes
2 answers
364 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
0 votes
1 answer
46 views

<div class="input-group"> <input th:unless="${value== 3}" class="form-control&...
TunazZz's user avatar
  • 51
2 votes
1 answer
79 views

I am trying to create menu with inverse i.e. with black background and white font style. I used the sample code same but its not shows the proper menu. What I am missing here? <!doctype html> &...
Shivshanker Cheral's user avatar
0 votes
0 answers
31 views

We have an application that has been running well using java spring mvc. This application uses a Bootstrap template from Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3....
z.i.muchtar's user avatar

1
2 3 4 5
2056