Problem - All of my text spans are making new lines - help greatly appreciated!

I’m not sure if its a glitch or if its just me, but all of my span texts are making new lines. I figured out how to solve this the hacky way on desktop by looking at which selectors the text spans were inheriting, then alt clicking body


that seemed to do the trick, but I would like to know how to solve it the legitimate way.

Also, the alt click trick isn’t working on the mobile versions, so the returns are showing up there around the span texts, and I cannot do anything about it.

for example, the text is supposed to look like this:

but it looks like this instead:

I tried literally everything I could think of :frowning_face:


Here is my site Read-Only: Webflow - Production Line Studios

preview my project here:

did you find a solution to this @Theodore_Yamada-Dess ? Having the same issue

If span making new line it’s beccause they are on display block they must be inline block.

Hope this solve issue