Hi,
I am currently working on a Wordpress site - link below - and cannot get rid of a gap on the page below the main navigation menu. I would like the image below to run flush with the nav menu above it, I've tried adding custom css, searching the css file for the parent theme (I'm using a Pinboard child theme), in this css file I thought I'd found what was causing the gap and changed those css properties and then added them to my custom css but to no avail !
Does anyone know how to fix this ? Thanks
link to page:
http://dbtest.destinationballybunion.ie/?page_id=1016
custom css added to page:
[HTML]#container {
margin: 0%;
}
#container text area {
margin: 5%;
}
wrapper {
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
entry {
box-shadow: 0 0 0px rgba(0, 0, 0, 0);
padding: 0px;
}
.entry-content a img,
#attachment-nav a img {
max-width: 98.5%;
padding: 0%;
box-shadow:0 0 3px #EEE;
background:#FFF;
border:#EEE 1px solid;
}
.single .entry, .page .entry, .error404 .entry {
margin-bottom: 5.1% !important;
padding: 0;
}
#site-title img {
margin: 0;
}
#site-title img {
position: relative;
left:-35px;
}
main pic a {
padding: 0px;
width: 100%
margin-top: 0px;
margin-bottom: 0px;
}
pic a {
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
}
body .wpb_content_element, body ul.wpb_thumbnails-fluid > li, body .last_toggle_el_margin, body .wpb_button { margin-bottom: 0px; }[/HTML]