For some reason the main banner image isn’t displaying correctly on a mobile phone.
Its basically 2 columns with a text module on the left and I’ve just kept the right hand black and just used a background image to create the banner. When viewed on a phone it doesnt’ show all the text in the left hand column.
Also, the 3 tiles below the banner are each made up of an image and a button with -2 pixels spacing on top to keep them together. When viewed on a mobile phone however, it adds a gap between the image and the button which looks odd.
That’s because the words are joined together by a non-breaking space. Normally, the browser should have broken the words into 2 lines, but the browser is considering them as one word because of the non-breaking space. Try removing the spaces before each of the second word and replace them manually by hitting the space bar. Take a look at the screenshot below for reference.
I’ll try it but it needs a space there. Would I be better to create an image with a transparent bg instead of using text?
Can you also look at part 2 of my question regarding the buttons in the column below.
There are three columns, each with a picture and a button below them. I put a -2 space above each button so that they touch the photo above, but when viewed on a mobile phone it adds a space and looks really odd.
Just another observation on the mobile phone version, it seems to throw in a lot of extra space above columns and between modules etc.
eg. under the header bar on each page, there is a huge gap on the mobile phone version before the main body of the page starts. Much more than appears when viewed on a laptop or large computer screen?