Please can someone help urgently? Am working in Calibra. The site is: http://www.lollapalooza-catering.co.uk/
Having signed off the site for my client yesterday I now see that the body of the site is displaying as a very narrow band situated to the left of the screen on both a Samsung phone and an iPhone.
I have got it working on my iPad mini and it looks fine on the Mac.
I have the responsive settings turned on. Am sure this is all down to the fact my logo is 1100 wide, due to the text I added in a special font, so the entire thing is a transparent image.
I added the custom CSS i found in one of the other topics here:
@media only screen and ( max-width: 767px ) {
#header {width:440px !important;}}
@media only screen and (max-width: 440px) {
#header {width:300px !important;}}
But all that did was make my logo the correct size, which is great, but still the rest of the site is a narrow band.
is there a fix for this with Custom CSS please? Or can I sent the login details over?