Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
198 views

I'm working on a testimonial section that has a structure like this : <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-...
Xyla's user avatar
  • 13
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
87 views

I want 4 div's that it must be changed of witdh with different resolutions, but it doesn't work. I want when the resolution is ≥992px the div are in the same line (3 column) when the resolution is ≥...
MIGUEL ANGEL BARDAJI BOSCH's user avatar
0 votes
1 answer
201 views

I tried to use Bootstrap grid, but I encountered a problem. When I'm running the following code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> ...
Dmytro Kotenko's user avatar
0 votes
0 answers
736 views

Maybe I'm doing something wrong, but I did go out to fiddle, and used a very simple version with bootstrap 5. Here's the setup. https://jsfiddle.net/boilerplate/bootstrap/ I haven't worked with ...
Techguy's user avatar
  • 47
0 votes
0 answers
43 views

I have the following structure, which I will call 'list of files' (using Bootstrap 4): .file-component { border: 1px solid red; } .file-component .file-name { overflow: hidden; text-...
Clerni's user avatar
  • 483
0 votes
1 answer
44 views

I have an image that should be full width at the top of a screen. I've removed padding left and right using px-0 but this has affected the page. I am now able to move around the page with the cursor. ...
A.Mac's user avatar
  • 263
-2 votes
1 answer
281 views

I'm using the Bootstrap grid and I have two columns: <div class="col-md-7 no-padding"> ... content 1 ... </div> <div class="col-md-5"> ... content 2 ... <div&...
Safari's user avatar
  • 12k
0 votes
3 answers
515 views

I'm using a react-bootstrap package on my project, I have a 3 <Col> component like this <Container> <Row> <Col xs={12} lg={7}> {/* A */} .... &...
Dylan's user avatar
  • 1,378
0 votes
1 answer
722 views

Do i really have to declare my bootstrap classes as a combination of all screen sizes and column span for responsiveness? I am using <div class="col-md-4 col-sm-6 col-xs-12 col-lg-4 >
Major's user avatar
  • 3
0 votes
1 answer
348 views

I did get what I expected but the thing is that I don't quite understand that part which says mb-sm-0 <div class="row"> <div class="col-lg-4 mb-3 mb-sm-0"> <...
Ahmed Aishan's user avatar
1 vote
1 answer
697 views

I´m trying to make a simple page using bootstrap grid, but for some reason it's not working. app-component.html: <body> <div class="container"> <div class="row"&...
Hugo vilar's user avatar
1 vote
0 answers
61 views

SO I want to reach this image But i am getting this result, and i have a sense that i misused boostrap for the grid, but i am not sure it has to do with my initial problem I want to reach a parallax ...
Sara Abo Shousha's user avatar
0 votes
1 answer
584 views

I have made an array of 30+ footballplayers, and was planning on printing them all to columns with a for-each loop, into a single row within a container with bootstrap grid. FOR NOW I have just ...
nostrad0muz's user avatar
0 votes
1 answer
178 views

So im trying to display multiple cards in a row I followed the documentation but for some reason my cards keep displaying in a single colum. Can anyone see what im doing wrong?? <section class=&...
Elisa Correa's user avatar
0 votes
1 answer
300 views

I'm a beginner in React Js, and I'm using React Js with BootStrap 5.2.0 My product cards are not getting displayed in a row I want to display 4 product cards in a row. Adding Codes: Home Page code: &...
user avatar
3 votes
2 answers
2k views

In bootstrap 5.2, the breakpoints of the grid system is the width of the screen @media. This works great for the most parts. But when nesting grids it becomes tricky to deal with. In my project, I am ...
Jay's user avatar
  • 2,422
0 votes
1 answer
26 views

I'm currently trying to place some divs using Bootstrap grid system, and after multiple attempts it seems like it's almost working. However, there is some weird extra padding on the right, and I can't ...
Gugu72's user avatar
  • 2,218
1 vote
1 answer
9k views

Container is scrollable only for half of the container. After that scrolling starts to affect navigation panel as well. CSS: .horizontal-scrollable { overflow-x: auto; white-space: ...
Bek's user avatar
  • 25
-1 votes
1 answer
218 views

I want to place number of columns in a row dynamically. For example each student in students list should have one column. The width of the column should depend on number of students. Any help is much ...
Salman's user avatar
  • 21
1 vote
0 answers
50 views

I have a carouse, the items inside it is split by two columns using Bootstrap Grid System. One column is some text and the rest column contains another carousel. This is my code: $('.owl-carousel')...
dphuc23's user avatar
  • 63
0 votes
1 answer
680 views

I have a row with 4 columns that are each 3 wide, which adds up to the 12 that are supposed the be in a row, but for some reason the last one is still going onto a new row. Any idea how to fix this? ...
Enderrrose's user avatar
1 vote
2 answers
1k views

If we take a look at this minimalistic below example where I layout two columns with class col-auto. I.e.: take the space you need. .row { background: #f8f9fa; margin-top: 20px; } .col { ...
Wouter Vandenputte's user avatar
0 votes
1 answer
242 views

I tried using viewport meta tag in head. I tried using a div class="container" around it. no matter what i do. its not working on codeply, and chrome devtools. but its working when i change ...
Avijat's user avatar
  • 13
0 votes
0 answers
225 views

I've been studying web development for 2 months now. Currently tinkering with bootstrap. How do I fix this problem? I want the 2 columns to be same height but the right columns keeps on overflowing. I ...
user2393148's user avatar
-1 votes
1 answer
3k views

It spans rows columns, but how do I make bootstrap 5 span multiple rows? I want to make a collage with images, and I would like the collage to look like this: https://i.sstatic.net/JjnF0.png (guess I ...
BanAnna's user avatar
  • 11
0 votes
0 answers
66 views

I would like to have a thinner space between my 3 rows, and ideally and really thin space (close to the row no-gutters class) between each of these pictures. Here is the result: <div class="...
Alex NJ's user avatar
-1 votes
2 answers
783 views

Correct me if I am wrong, a bootstrap grid consists of 12 columns (width-wise [per the Grid System Documentation]). If I specify two columns within a fluid container (always width 100%), the first ...
BeerusDev's user avatar
  • 1,519
2 votes
3 answers
5k views

screenshot i want like this As you can see in the picture, I can't put a space between the red and blue columns. I tried many Bootstrap classes, but I couldn't get the result I wanted. I added m-4 to ...
Erdil's user avatar
  • 23
0 votes
0 answers
149 views

I am remaking my portfolio and in the projects section I want the description on column and the project image on the other. I have used grids in the past without having an issue with the width of the ...
Amaya's user avatar
  • 21
1 vote
1 answer
858 views

<div class="container"> <div class="row row-cols-4"> <div class="col">Column</div> <div class="col">Column</div> ...
Jyunhao Shih's user avatar
  • 1,478
1 vote
0 answers
40 views

I started to learn bootstrap yesterday. I understand how to create simple grids with straight rows and cols. But this one is tough because columns are “unsymmetrical" if you know what I mean. ...
trz's user avatar
  • 23
0 votes
1 answer
1k views

I'm trying to use class="d-none d-lg-block". But it doesn't work for me. Below is the code that I'm trying. Can you please correct me if I'm wrong? <div class="row-content"> ...
Malsha Madushani Kalahewaththa's user avatar
0 votes
1 answer
647 views

Is it even possible to do it? I would appreciate any directions. I would like to stay within Bootstrap framework Text blocks should be aligned with the navigation border left and right: <link ...
Gothearl's user avatar
3 votes
1 answer
2k views

I am using Bootstrap's grid system. My grid has multiple rows where the first column is set to col-auto to wrap its content (different lengths). Is there a way to make the width of the first column of ...
rickyz's user avatar
  • 83
1 vote
2 answers
981 views

.card { height: 600px; width: 800px; background-color: darkseagreen; padding: 20px; } .box1 { background-color: floralwhite; } .box2 { background-color: rgb(238, 185, 80); } .box3 { ...
Kiok Sianto's user avatar
2 votes
2 answers
2k views

I want to add a 50% container to every breakpoint. For example: The witdh of .container is 1140px in the xl breakpoint. So I want to do something like this: .is-style-container-50 { max-width: ...
Cray's user avatar
  • 5,583
0 votes
1 answer
650 views

in the screenshot below, i have tried to add 2 button icons in 2 different columns which are also children of a row. I want that buttons to fit as much as big they can in the column as you see. Here ...
Ekim Cem Ülger's user avatar
0 votes
1 answer
916 views

<div class="col"> <div class="alert alert-danger display-error pt-3 pb-0 mb-0 mt-0" style="display: none"></div> <h2 class=&...
Cosmos396's user avatar
2 votes
4 answers
7k views

I am loading data to a grid with 3 columns in Blazor. For the grid structure I have used Bootstrap rows and columns. If I need to highlight rows on hover and keep the row selected using onClick event ...
ZionSaver's user avatar
0 votes
2 answers
60 views

I'm using react-bootstrap and I'm wondering if it's possible to dynamically go to the next row based on code. Let me show you what I'm trying to do : // components/WeatherList.js import React from '...
J.erome's user avatar
  • 828
1 vote
1 answer
241 views

I am making a section that contain some text but i need the text in the right half of the section and on the left there is a background image for the section, so i made col-md-4 for the unused half ...
Osama Amr's user avatar
  • 149
0 votes
1 answer
1k views

when using a scrollable PrimeVue DataTable with fixed column widths (using px), in conjunction with Bootstrap grid, I am getting this behaviour: This issue only seems to occur if the table has more ...
user14131782's user avatar
  • 1,078
-2 votes
1 answer
3k views

I tried adding images to the div it did't work for me, <img class="img-fluid" src="https://via.placeholder.com/800x800" ...
Pankaja Chalaru's user avatar
1 vote
0 answers
144 views

i have two columns (col-6) for one my sections. the problem is that the gap between these two columns is so much that i decided to fill this gap by putting a narrow image between them. this is my code:...
Matin's user avatar
  • 331
0 votes
1 answer
2k views

I looked through the official Bootstrap grid layout page and there are many examples of alignment. I am looking forward to a class that will make the layout like Every content of the first column ...
mhhabib's user avatar
  • 3,147
4 votes
2 answers
8k views

I am learning bootstrap, and I am seeing a course focused on Bootstrap 4. I am not sure if the following has to do with that, but I am not able to go through this exercise. I am making this grid for a ...
Blanca Morillo's user avatar
2 votes
2 answers
3k views

In the below snippet I have 6 cells in 2 rows, but I need to merge cell number "2" and "5". If doing it as a CSS Table DIV I know this can be done, but I like to do this the "...
Stig Kølbæk's user avatar
1 vote
1 answer
299 views

Apologies in advance for the wonky indentation. I have a simple Bootstrap Grid setup like so <div class="row justify-content-center" align="center" id="details"> ...
Mikey's user avatar
  • 107
0 votes
1 answer
659 views

I am currently using bootstrap 4 for the cards. I would like to add a numbering beside my card. which is show in the image below. I tried adding padding-top on the span text the same goes with the ...
Mike's user avatar
  • 27

1
2 3 4 5 6