Changing grey creates error
Hello! This is a real head scratcher for me. Here is my site
http://www.buckinghamevents.co.uk/wedding-directory/
I am desperately trying to get rid of the grey shading that runs along from Business Listings across the top of the page (and that surrounds the map on the single listing page).
If I try and edit the css by adding a background colour (see below) for some reason it stops the business listing links work on mobile. Can anyone help please? It's really throwing off the site.. many thanks x
HTML Code:
#main, div.list {
width: 100%;
position: relative;
padding: 0;
float: left;
word-wrap: break-word;
background: #ffffff;
}