Ciaran,
I am using the serenity template, but have been asked to remove most of the header formatting. The last piece is to make the border stretch across the whole page, at the moment it disappears from under the logo. I have tried various combinations of moving the logo, using !important on the border, and using z-index - but all have been unsuccessful. Can you suggest something?
Current css is:
#header {
box-shadow: none;
border-bottom: 1px solid #55af38 ;
}
.hornav ul li a {
text-transform: capitalize;
color: #55af38;
font-size: 16px;
}
.hornavmenu {
left: 274px;
position: relative;
text-align: left;
margin-top: 50px;
}
.maincontent {
margin-top: 50px;
}
.footerline {
border-top: 1px solid #555555;
}
.item-101 ul li a {
text-transform: capitalize;
}
.logo {
box-shadow: none;
z-index: -1;
}
.hornav .parent > ul > li > a {
text-transform: capitalize;
}
Thanks!
Peter