Hi, I am developing a website that has on online menu for a restaurant. The data is pulled from a database and displayed using several divs and a wrapper, this is then repeated to create a 2 column list (using block to display left to right).
The problem I am having is that sometimes it appears to skip a space although all records are still displayed e.g.
record1 | record2
record3 | record4
missing | record5
record6 | record7
or you can check out the website at www.marina-vista.co.uk. This happens at different intervals and since each seperate menu item is repeated I am unsure how this could happen when most records are displayed as normal.