I know i could “remove the white space” but that is so inconvenient. There are so many places in the html where i have some inline-block element and it would be hell to go and look for every one of them.
Is there a way to make this white space not appear?
This is my site, as you can see the spaces are breaking my layout: http://www.fashionstore.al/
There are a couple of ways of “cheating”. The way I used to do it before I learned any server-side code was this:
By commenting out the whitespace, it no longer causes problems for layout but still lets you separate the lines.
With server-side code, it’s easier:
Or, another method: