156 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
35
views
the space on the right side of a site made with Bootsrap is not going away?
the white space on the right side of a site I made with Bootsrap did not go away no matter what I did. If there is a solution, please let me know
<!doctype html>
<html lang="en">
...
0
votes
0
answers
55
views
Spaces Between Videos
This is the window I am creating a UI using tkinter and I am trying to display 4 multiple video stream in a window. I created a 6 x 4 grid system and I put the first video display in row 1 column ...
1
vote
1
answer
68
views
How can i fix white-space between picture and progress bard on large screens using Bootstrap Grid systen?
let first show you the idea in this picture: Picture (1) in this picture we see that the progress bars are under the picture in md/lg screens, and the text is on its right.
and in picture(2) the text ...
0
votes
1
answer
684
views
Why is a column going into the next row when there are only 12 columns?
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?
...
0
votes
1
answer
3k
views
How to create my own Responsive 12 column css grid system using Flexbox?
I want to create a Responsive 12 column grid system using CSS FLEXBOX for making my website responsive. I don't want to use any css framework instead I want to use my own 12 column grid system and ...
user avatar
user19043609
0
votes
1
answer
68
views
How to responsively order right side blocks to top and bottom of left side block with bootstrap
I have the mobile design of three blocks:
_
|A|
|_|
|B|
|_|
|C|
|_|
I want to achive the following responsive md design with bootstrap5 grid system.
___
|B|A|
| |_|
| |C|
|_|_|
I've tried ...
0
votes
1
answer
481
views
List multiple inputs in a row
I wonder if there is a way to show inputs type-text col-md-6. I want them to list top to bottom like this.
Ex.
Right now, I had to create more row per input.
<v-row>
<v-col cols="6&...
0
votes
1
answer
306
views
Bootstrap rows appearing in front of one another in small viewports
I am developing a frontend using bootstrap 5. I'm using the grid system to make the site responsive overall.
There's an issue that I can't really understand with my code.
I've set up two rows inside ...
-1
votes
1
answer
79
views
How can I make my container look nice on phone screens and not come out bad on desktop screens?
So I'm a newbie when it comes to bootstrap. I came across the web and found out that I can make my containers look the same on all screens by using this code?
@media (min-width: 1200px) {
....
1
vote
2
answers
79
views
Bootstrap Grid system displaying rows of 6 rather than the desired rows of 3 for large screen
May be a newbie question. I am trying to create 2 rows with 3 sections each. But for some reason even when i set class="col-lg-4", the sections still take up boxes like it is class="col-...
7
votes
4
answers
11k
views
Creating a Bootstrap-like grid system in TailwindCSS
I am using Tailwind with the Blade template in Laravel. How can I create cards like in Bootstrap, where there are three items per row?
@section('content')
<div class="flex justify-center"&...
0
votes
2
answers
658
views
web page breaks at 767px, 991px, 1199px using bootstrap 3
i'm working on a project where my web page breaks at 767px, 991px and 1199px and i don't know why this happens. i'm using bootstrap 3.3.7 and where ever i use hidden-* classed in my project where ...
1
vote
1
answer
617
views
the script don't inherit a native class that can manage a script unity
I'm a beginner programmer on c# and Unity.
So I was making a grid system for my game and when I'm trying to add as a component every script in my unity project it prints this one error : "The ...
4
votes
2
answers
8k
views
How to resize my cards / divs using bootstrap?
I am working on UI using bootstrap, I have some cards/divs which I am showing using using Bootstrap-4 grid system and it is working fine.
What I am trying to is to allow user to resize those cards/...
1
vote
1
answer
183
views
Why are my images extending outside their parent columns?
I am creating a web application in asp.net and I am using bootstrap version 4 for the layout of the site.
I have the following code to include a title on the left hand side (with some additional text) ...