I added a border on the title (breadcrumbs) wrap with this CSS
/*border missing at base of title container:*/
.title_container {
border-bottom-style: solid;
border-bottom-width: 1px;
}
I needed to add it as I used the layer slider with a white background image and the top of the slider didn’t show a border.
http://chriswardphotography.net/consumer/services/studio-photography/
I now have a problem that on other pages it has two borders:
http://chriswardphotography.net/about-me/awards/
Example:
http://www.chriswardphotography.com/test-area/examples/example11.jpg
Any ideas of a work around?
Hello artistic24459!
Apply that border to the slider, not to the breadcrumb container:
#layer_slider_1 {
border-top: 1px solid #E2E2E2;
}
Best regards,
Josue
Perfect, thanks again Josue.
Glad we could help. Let us know if you have any other questions or issues :)
Regards,
Josue