Questions tagged [spacing]

Refers to the blank space (page or screen) between two objects or entities.

Refers to the blank space (page or screen) between two objects or entities.

1104 questions
-1
votes
1 answer

How do I remove space between rows in my Bootstrap design?

I am working on a responsive website and I can't seem to figure out why there is a space between the two bottom rows on my webpage. See: http://test.kmcmarine.com/ I'd like to remove the space between the bottom red line and the footer. Can somebody…
-1
votes
2 answers

Spacing between logo and navigation bar

So yea i have created the navigation bar and my page logo, but there is a lot of space between them and i don't wanna that. Right now it looks like this: But i don't wanna space between them: Please help me, here is my code:
BananaFlow
  • 43
  • 5
-1
votes
1 answer

Space list items evenly inline when their width varies

I have 5 labels that I am displaying in a row. I would like them to be evenly spaced from eachother. When they were all the same width, I was able to do this using the following css: li{ margin-left: 2%; width: 18%; } However, when I changed the…
cfly24
  • 1,882
  • 3
  • 22
  • 56
-1
votes
3 answers

How do I make spaces between sentences and radio buttons and text boxes? (HTML)

I have the following code and would like to separate the following items about 10 inches apart from each other. I am creating a form where a user are able to read their inputs. Here is How I would like for it to be: Name:..........................…
J. Ballard
  • 33
  • 2
  • 9
-1
votes
1 answer

remove margin between relatively positioned elements

I have some relatively positioned inline-block elements side-by-side within a parent, and I've applied a margin:0 to all children of the parent, but they still have some space in between them. What's happening here? #parent { height:…
Woodrow Barlow
  • 8,477
  • 3
  • 48
  • 86
-1
votes
1 answer

How to space first_name + last_name C++

My question is how can i use spaces between first_name and last_name after i instruct the user to input his name. I am using code blocks and I'm kinda confused. In Dev C++ i can do cout<
nyelnyelnyel
  • 27
  • 1
  • 7
-1
votes
1 answer

How to remove extra newline's in C through the printf function when using multiple variables?

I'm trying to print a line with multiple variables but after every variable is printed, I get a newline. Is there anyway to stop that from happening? if (num == 0) { printf("A %s ran away, so her mom called the cops about a little %s", names[num],…
newJavaUser
  • 109
  • 1
  • 2
  • 12
-1
votes
1 answer

Evenly Spacing a Grid of Divs in a Container: Content Generated via Database

So I've looked at all of the other "Evenly spacing divs in a container" questions and answers on this website and I've found a lot of great solutions, however none of them quite answer my question. I would like to evenly space a gallery of divs…
-1
votes
1 answer

CSS/HTML - Word Spacing in Chrome not working

So I searched the other threads but didn't find an answer. My issue is kind of odd in my opinion. I am trying to do word spacing of about 10px to 15px for my navigation links. When I test the page locally by just opening the index file it works. But…
Squeakasaur
  • 245
  • 2
  • 13
-1
votes
2 answers

CSS - How to space?

Hi Guys i'm new to CSS and wondering how do you take out the space on the left, right, top, bottom. i don't have cellspacing nor cellpadding. Please see picture attached, the red arrow points to the space i want to take out. Hoping to stretch it to…
Daryl
  • 51
  • 2
  • 5
  • 10
-1
votes
1 answer

How do you make three divs under each other?

I am trying to create a website with the game minesweeper. I have already created the game itself I just need some help with styling. I feel there must be an easier way to do this. I am trying to create three buttons on the left under each other…
Nick Zink
  • 47
  • 1
  • 1
  • 4
-1
votes
2 answers

Space between div and table

I have inherited this website and have finished coding this menu in div tags. Was formerly in a table. Now, however, the table below (out side of the container div I created) is hugely spaced. There isn't any sort of HTML element there causing the…
-1
votes
3 answers

Why are my divs spacing vertically away from each other?

So my problem basically is that I have 3 divs on a page, and my middle content div is always spaced about 50px away from my header and footer divs. Why is this separation occurring? I haven't specified any margins in the css files. Amar EDIT: Here…
Amar H-V
  • 1,316
  • 3
  • 20
  • 33
-1
votes
2 answers

Simple Spacing In Output

I need to write a method which will take a string like "1+2+3*4" and add spaces between each and every character, and remove spaces if there are too many. The string passed in may have spaces / not have spaces, I need to assure there is only one…
-2
votes
1 answer

Spacing issue with DIV container

I have a DIV container in the screenshot below. I have 15px padding to the left and right but for some reason, the contents are being spaced downwards... Apart from the left & right padding, nothing else is being applied. Setting the line height,…
Alex Guerin
  • 2,336
  • 10
  • 36
  • 53