I'm making a very simple website in HTML5 and pure CSS
So I created an inline-block list of 4 items and each item is a large square whose sizes have to line up to the header and such. The problem is that when I set the right size to align with the site interface the last item in the list goes down even though there is still room for it to stay on top ...
I have tried to do with divs instead of list and the same thing. So I put a white border in the interface so you can see the size of it
1) example: list aligned but only left link
2) example: so if I increase the blocks to align the right the last falls down link
In this case, I'm increasing the size on the left with padding-left (from 11.7% to 12%), but I already tried it with width and it has the same effect and the same problem.
The id that formats the Blocks is the "#interfaceicones li products"