Hi,
Here is a link to my site: http://www.tinahealthcoach.com
The client would like a narrow strip of navy blue to appear above the title container, and for the life of me I can’t figure out how to add that. Any help? Thanks.
I solved this by creating a 15px bottom border for the header container with this;
#header_main .container {
border-bottom: 15px solid #12274C;
}
then had to remove the border with this
#header .container_wrap {
border: none;
}