How can I remove line spacing in HTML code?

Hello,

Do you know how to delete the spacing between lines?

The code

Wyrażam zgodę na przesyłanie do mnie informacji handlowych i marketingowych oraz na przetwarzanie moich danych osobowych do celów związanych z przesyłaniem do mnie informacji handlowych i marketingowych przez Kobi Energy sp. z o.o. sp. k. Zapoznałem/am się z informacjami o przetwarzaniu moich danych osobowych dostępnymi tutaj.

@Donaaa - can you share this page link?

Hi @Donaaa

Could you share your page link to check?

Hello @Donaaa

Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.

https://wyprzedaze.pl/

https://wyprzedaze.pl/

@Donaaa - add this css to the very end of your theme.css file and check, adjust number as per the need

.rozmiarcheck{line-height: 1.5;}
.rozmiarcheck label{line-height: 1.5;}

Please replace line-height:-1px in your code with line-height:1 so the code should like this


I added it, but it still look the same. Nothing change.

I can’t save the css when I added it.

@Donaaa - what error are you facing?

My mistake, please use this code instead of


Hello @Donaaa

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.

.newsletter .rozmiarcheck {
    line-height: 1.2rem !important;
}

@Donaaa - try this

.rozmiarcheck{line-height: 1.5rem !important;}
.rozmiarcheck label{line-height: 1.5rem !important;;}

Nothing change.