My site is now live but looks awful on mobile devices.
There are media queries within my CSS but i am wondering if there are greater issues, so i was wondering if one of you guys could take a look and point me in the right direction in terms of correcting my CSS.
@Daz1966 There are various issues with the layout methods being employed here, so they’d need to be addressed on a fairly fundamental level. A few things working agains you include setting fixed heights, as both fixed and absolute positioning on various elements (which is usually not a good idea.
So I’d suggest taking this section by section and ironing out the stumbling blocks. The first issue is with the search form placed top right (which is clashing with the site heading). You’ll need to work out how you really want that to display on desktop and mobile, and then look at how best to deal with it.