473,287 Members | 1,978 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,287 software developers and data experts.

how to remove space between grid columns

Hello guys.
Im creating project. I have images that i have in grid bootstrap system, but i dont want space there(highlighted by green). How can i remove it? Thanks for any advice.


Expand|Select|Wrap|Line Numbers
  1. <div class="row text-center">
  2.         <div class="col-lg-4">
  3.           <img class="fluid" src="/prj1.jpg" alt="">
  4.         </div>
  5.         <div class="col-lg-4">
  6.           <img class="fluid" src="/prj1.jpg" alt="">
  7.         </div>
  8.         <div class="col-lg-4">
  9.           <img class="fluid" src="/prj1.jpg" alt="">
  10.         </div>
  11.         <div class="col-lg-4">
  12.           <img class="fluid" src="/prj1.jpg" alt="">
  13.         </div>
  14.         <div class="col-lg-4">
  15.           <img class="fluid" src="/prj1.jpg" alt="">
  16.         </div>
  17.         <div class="col-lg-4">
  18.           <img class="fluid" src="/prj1.jpg" alt="">
  19.         </div>
  20.  
  21.       </div>
May 6 '21 #1
1 3767
dev7060
626 Expert 512MB
I have images that i have in grid bootstrap system, but i dont want space there(highlighted by green)
What green?

Check out bootstrap spacing i.e. margins and paddings in the docs. Also, maximum 12 columns are allowed in a row. Yours add up to 24.
May 7 '21 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: wriggs | last post by:
Hi, This is probably an easy question for someone so any help would be appreciated. I have changed the columns in a table that where nvarchar to the same size of type varchar so halve the...
8
by: Joseph | last post by:
I have a textBox that people writes stories in it. They can use for format. I have Aspell installed on the server, so people can make correction to their text. Sometimes, they forget to add a...
1
by: Ann Marinas | last post by:
Hello, everyone! I was wondering about data grids the other day, and I've got a question about it...... Can you hide columns in your datagrid even if the datagrid is binded? Thanks!
1
by: Nikhil Patel | last post by:
Hi all, What is the best way to allow the administrator of the application to select which columns are displayed in a Databound grid in an aspx form. I was thinking of creating a form and display...
2
by: NowItsWhatever | last post by:
In query DESIGN view, how do I automatically "fit" the columns in the table/field grid to the lengths of the table and field names (including any functions applied to the fields). I am not talking...
8
by: voroojak | last post by:
i want to remove space in my table. it is a text box and i want to remove the space after the character. the field is integer thanks aot
5
by: Steve | last post by:
I'm getting string returned from my Database with a space in front of it, it sometimes it looks like this 8 9 10 1 and so one, how can I remove the white space in front of the numbers? Its...
4
by: ashish1779 | last post by:
hi I am new in PHP, i have face one problem when I crawl any site and i have to save the whole HTML content in database, on that time all the HTML tags are changes into the extra space in content...
6
by: Mladen Mavrovic | last post by:
Hi everyone, I have to fix this asap, and I tried all I know, but there was no joy. Please, take a look at http://stampamajica.in.rs/ There are 3 html pages there. Can anybody tell me how to...
0
shivananda
by: shivananda | last post by:
hope every one doing well, I facing the problem working with the grids how to add two numbers of the grid columns and display in another column pls give me any suggestion how to do this. I...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.