Hi,
My Choices website is at http://lucidity.com.au/testing/
1. I edited the header to bring the menu in line with the logo. I now have a white space between the bottom of the header and the slider - how can I get rid of the white space.
2. I've positioned the menu using a left command but it ready should be align right but I can't work out how to write that in the custom CSS. Can you help please?
3. I've resized the slider thanks to another post (thank-you) but the caption and caption text is entering and then sliding down to nearly off the slider at the bottom - what should I include to stop that?
Below is the content of my custom CSS box:
.feedback_button {
display: none;
}
.partner_list .inner_column {
border: none !important;
}
#top .slideshow_container ul {
margin: 0 auto;
max-height: 297px !important;
}
#header .container {
min-height: 120px;
z-index: 100;
overflow: visible;
background: none;
height: 120px!important;
}
#menu_container {
height: 120px !important;
min-height: 120px !important;
}
.main_menu {
top: -73px;
left: 290px
}
div .logo {
padding: 0 0 0 0;
min-height: 100px;
margin-bottom: 0;
margin-top: 15px;
padding: 0;
}
#searchform {
display: none;
}
.slideshow_container.slide_container_small .slideshow{
height: 300px !important;
}
Appreciate your help!
Annette














