Hi Luke,
Thanks for your super speedy reply. I was on a train at the time so couldn’t respond. I removed the original code and tried this and it worked, in as much as it reduced some of the space, but it seemed to prevent the other things in my child css from working. i.e. it brought the border back that separates the page from the footer and it brought the shadow back around the image – very strange.
These are the alterations I’ve made to the custom site via my child css in case that has an impact on anything:
/*
Theme Name: sugar-and-spice-child
Version: 1.0
Description: A child theme of Sugar and Spice
Template: sugar-and-spice
Author: hjauthor63
*/
@import url("../sugar-and-spice/style.css");
/* Your awesome customization starts here */
/*center contact us form*/
form {
margin: 0 auto;
width: 50%;
}
/* Changing header font, size colour */
}
nav#main-nav > ul > li:after { content: ' \2022'; color: #d2d2d2; }
nav#main-nav > ul > li:last-child:after { content: ''; }
nav#main-nav > ul > li > a {
padding:8px 24px;
color: #B0509B;
font-family: 'Niconne', cursive;
display: inline-block;
font-size: 2em;
text-transform:none;
text-shadow: 1px 1px 0 #EAE1D8;
text-align:center;
text-decoration:none;
}
/* To reduce white space top of page */
/* To reduce white space top of page */
#main {
padding-top: 0;
}
.entry-content {
margin-top: 1;
}
/*Remove shadow around images */
.entry-content img {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
/*Make site header title bigger*/
.site-title {
font-family: 'Niconne', cursive;
font-size: 40px;
margin: 0;
font-weight: 400;
}
/*Removes footer menu-border image */
#prefooter-inner {
margin: 0 4px;
background-image: none;
background-repeat: repeat-x;
background-position: top left;
padding: 3em 34px 0;
}
Many thanks
Helen