Many thanks! I have used the above css and removed what I think is not needed css. I now have the css below. See anything wrong?
The space above my name on the mobile front and the other pages is a little too large – how can I lessen its height?
Geoff
#slideshow {
height: 600px !important;
}
@media only screen and (max-width: 991px){
#page {
padding-top: 0px !important;
}
#slideshow {
height: 500px !important;
}
}
@media only screen and (max-width: 600px){
#slideshow {
height: 240px !important;
}
}
div#page {
padding-top: 50px !important;
}
div.page-wrap {
padding-top: 5px;
}
div.header-wrap {
height: 50px;
}
a.roll-button.button-slider { /* removed the click here below the welcome message */
display: none;
}
div.contain.text-slider { /* places welcome lower and to right */
position: relative;
padding: 2px 2px 2px 2px;
background-color: #000000;
top: 150px;
margin-left: 7%;
width: 200px;
height: 50px;
}
.text-slider .maintitle { /* re format welcome message */
font-size: 60%;
line-height: 1.1;
}
.page-id-4 #content.page-wrap {
display:none;
}