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
0
votes
7 answers

Need to have spacing between end of div and beginning of paragraph

I have text within a paragraph tag that that fits snug on the bottom of a div, which you will see in this picture: http://i44.tinypic.com/e05s0z.png I could put some padding at the bottom of the div to fix this, but there might be multiple divs,…
Brad
  • 12,054
  • 44
  • 118
  • 187
0
votes
2 answers

How to create a single space in css between a sentence and a photo on my wordpress site?

How do I create a single space in css between a sentence and a photo on my wordpress site? I tried wrapping my sentence with the following code: blahblahblah but this did not do work. Edit: My…
Jack Stevens
  • 389
  • 1
  • 4
  • 8
-1
votes
0 answers

How do I reduce the space between Seaborn boxplots?

I have a Seaborn boxplot with 21 boxplots that are getting cut off because of the spacing between the boxplots (see below). How can I reduce the spacing between the boxplots so all 21 boxplots are displayed? I have tried increasing the width of the…
Dan
  • 13
  • 4
-1
votes
2 answers

Automatic generation of dots in Notepad++ when pressing space

I am encountering an issue in Notepad++ where dots are automatically generated when I press the spacebar. This behavior is unexpected and causes inconvenience while working with text. To provide some context, whenever I type a space between words in…
-1
votes
1 answer

How to get a specific layout in a row of different elements containing pictures and text in CSS/HTML?

I'm trying to create an overview that is spaced as the image that refers to my design. Currently I can't figure out how to make the items stay at the same spot when the length of the name variable will differ meaning the lay out is…
Teun
  • 11
  • 3
-1
votes
1 answer

Is Tailwind CSS change its sizing rules recently?

I'm using Tailwind CSS last couple of months. I can notice there are some issues with the sizing parameters i.e., font size, padding, margin, etc. Is there any issue with this? Or I can assume, this is a problem with my local files? Thank you.
Amir Hossain
  • 144
  • 10
-1
votes
1 answer

VStack will not fill screen

I use this Exact code and the screen is still not filled completely. What am I missing? This is the main appView: @main struct HistoryMarkerApp: App { @StateObject var firestoreManager = FirestoreManager() init() { …
wwarren07
  • 17
  • 9
-1
votes
1 answer

setting different spacing between bars in dodge graphs

I want to plot a bar chart using ggplot geom_col. I have x variable, y variable and a fill variable. My fill variable has four groups. When I used geom_col position_dodge, it gives me the four bars per each x variable dodged together. I want no…
demoz ahn
  • 9
  • 3
-1
votes
4 answers

Python program prints None when it isn't supposed to

I wrote a program that outputs the longest sequence of equal numbers when I press 2 in the console, but for some reason it prints the numbers tied to each other (i.e if I input 1 2 2 2 4 5 it outputs 222 instead of 2 2 2) and for some reason it also…
-1
votes
1 answer

How do i use kattio in java to get line

how do I get line using kattio eg. hello a hello b I understand that String s = io.getWord(); will return me hello but I want to obtain hello a
-1
votes
1 answer

How can I add spacing each time I insert text into a textbox in tkinter?

I have been fiddling with adding spacing between text each time I call an insert to the text box. What I noticed is that when I call it multiple times the spacing is already added but when I have 2 or more lines of .insert all being called at once…
omen44
  • 1
  • 3
-1
votes
3 answers

Is there a way to remove excess spacing in Python code?

My code below gets the street address for each gym, but there is an error in the spacing of the output for the hours that the gym is open. Any ideas of where I went wrong? import urlparse from bs4 import BeautifulSoup from bs4 import Tag import…
-1
votes
1 answer

How can I separate columns of a table in html?

I want to separate columns of a table, adding a gap between them like the image, but the best I have gotten was to separate ALL columns of a table (https://www.w3schools.com/cssref/tryit.asp?filename=trycss_border-spacing), and I just want separate…
bryan-gc
  • 63
  • 1
  • 2
  • 4
-1
votes
2 answers

bash: find can't search folder name with spacing

Using find . -name "old" can be search folder name with spacing e.g: ./test folder/ but after using find function in find function, just like find $(find . name "old")/* it return find: ./test: No such file or directory find: folder: No such file…
JsT
  • 1
-1
votes
1 answer

How to interprate space between paragraphs in CSS?

I'm trying to achieve the following: Let's say I have a blog post that is written in basic HTML. I have a dilema on paragraphs spacing. Let's say I don't want to add a

tag for every paragraph, so I want only one that will render the…

Cicharito
  • 131
  • 5
  • 17