Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

What is the Stylish Extensions code for bring lines of text and paragraphs closer together?

  • 5 antwurd
  • 1 hat dit probleem
  • 3 werjeftes
  • Lêste antwurd fan cc71

more options

If I for whatever reason want to change text spacing or say change the spacing between text and a photograph, how would I go about it?

If I for whatever reason want to change text spacing or say change the spacing between text and a photograph, how would I go about it?

Keazen oplossing

What is the exact code that is used?

Try:

P { margin-top:0px !important; margin-bottom:0px !important; }
Dit antwurd yn kontekst lêze 👍 0

Alle antwurden (5)

more options

Keazen oplossing

What is the exact code that is used?

Try:

P { margin-top:0px !important; margin-bottom:0px !important; }

Bewurke troch cor-el op

more options

Merci beaucoup. Thanks

more options

I tried entering the code that was suggested but it didn't have any effect that I could see. Maybe some websites have built in line spacing settings that you have to take or leave.

more options

That code only works for P tags.
You may have to add a selector for other elements like DIV and SPAN or use BODY, BODY * for all elements, but that may have side effects.
You usually need to inspect the DOM of a page to see what needs to be adjusted to get the best result.

more options

OK thanks