Hello,
Do you know how to delete the spacing between lines?
The code
Hello,
Do you know how to delete the spacing between lines?
The code
@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.
@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;}
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.