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

change the flex spacing between div with background image

hi i am remaking the google chrome home page but i cant seem to do the part at the bottom of the page were the most used apps are i am trying to do it with display flex because it puts it inline but i cant get the spacing right its uneven or to big…
-1
votes
1 answer

What is making this spacing?

I've tried setting padding/margin to 0 for the spans and divs. Also, when using the inspector, it doesn't say there is any padding/margin on any element that is causing the spacing. I have also added a picture below showing the problem I am…
Barron
  • 33
  • 1
  • 5
-1
votes
1 answer

How can I remove the spaces between lines in this bullet list in Divi?

In this post on my site (under the Tier 1/Tier 2/Tier 3 section), I have run into an issue with the spacing between individual bullet points. When I first published it a few years ago, the spacing between each bullet was the same as other lines on…
JDK
  • 1
  • 3
-1
votes
1 answer

How can I prevent auto-spacing of multiple variables declared on same line in Visual Studio?

I want be able to declare variables like this: public static Rectangle CreateFromArray(this Rectangle self, int[] info) { self.X = info[0]; self.Y = info[1]; self.Width = info[2]; self.Height = info[3]; return self; } But VS…
-1
votes
1 answer

CSS/JS remove space before (automatic) line break/text wrap

I have 3 elements in a single line: 2 texts split by a divider.
this is my extra long text
|
text2
These elements are inside a container with a maximum width…
adroste
  • 758
  • 1
  • 7
  • 17
-1
votes
2 answers

spacing after a certain string (Unity3D)

I want to space after certain string. for example: string str = "DASEULE" Now, I want to add a space after "DAS" and it will write to UI Text as "DAS EULE". How can i do this? Thanks Edit: the all chars are uppercase. Sorry
freedom667
  • 29
  • 3
  • 9
-1
votes
2 answers

Using Padding instead of Margins to space Siblings

The pink block li elements in my code are spaced out because I used margins, but I've that it better to use padding in this case, except every time I try to replace the margin properties with padding, I cannot separate the pink blocks from each…
Farshad
  • 7
  • 2
-1
votes
1 answer

Need help formatting in nano FORMAT_STRING='%b%30s%b%30s\n

!/bin/bash this script is to show different text foregrounds and backgrounds the first two variables are the format variables for each line that I will have to put spacing into. FORMAT_STRING='%b%30s%30s\n' DEFAULT='\033[0m' These variables…
-1
votes
1 answer

Why spacing is not equal in collectionView?

The collectionView shows cells without any problem except the spacing, some spacing are not equal to others, they are a little bit bigger than others. Even I set margin = 0, some spacing still comes out. Here is the code: let margin = 1 let cellSize…
jdleung
  • 1,088
  • 2
  • 10
  • 26
-1
votes
1 answer

SVG Letter Spacing In Wordpress

I added an SVG graphic to my client's Wordpress website. However, there are strange spaces in the graphic...letters bunched together and in some cases, large spaces between letters. To be honest, I don't know a lot of about SVG files other than they…
user1074239
  • 33
  • 1
  • 6
-1
votes
1 answer

Present separate tables in one page

I'm really new to HTML, and I work with Python on this. I have a few seperated HTML "objects" and I want to show, one after one, and I need a space between them. This is an example I saw on the net: Here we can see 3 different HTML "objects" and we…
shayms8
  • 671
  • 6
  • 13
  • 28
-1
votes
1 answer

InDesign remove spacing inside paragraph

I have an paragraph in InDesign CC 2015, in that paragraph there is a space in front of a sentence. The space depend on the size of the font but i want to align all the sentences exactly the same. Is that possible? This is how it looks now: The…
n00bly
  • 395
  • 6
  • 21
-1
votes
2 answers

Is there a function/way to automatically add spaces between output?

In PHP, I'm echoing a mix of strings and variables. I want to be able to automatically add a space between each piece, so I don't have to add a ' ' each time. Example: echo "This is my" . $string . "."; This will output "This is mystring". is…
Egrodo
  • 350
  • 1
  • 5
  • 15
-1
votes
1 answer

Setting Up NetBeans Spacing To Be Compatible with vi

So I use NetBeans 8.1 for Windows, and a coworker uses vi/vim on the Ubuntu Command Line. We share code on the same projects with git. Apparently, Netbeans and vi treat spacing, tabs, etc and formatting differently. How can I set Netbeans to treat…
TheLettuceMaster
  • 15,594
  • 48
  • 153
  • 259
-1
votes
1 answer

Vertical spacing between elements in a list

I have a list of elements which are in a row. However, because there are too many lists to fit in the container, some of them go on a second line. How do I add extra spacing between the first and second line of these elements, considering the…
Elite_Dragon1337
  • 348
  • 2
  • 13