I’m trying to get a solid white line to display under the Widget title. and limit the copyright white bar to 935px oppose to spanning the whole width.
.title-wrap {
margin-bottom: 0px!important;
border-bottom:2px!important;
border-bottom-color:#ffffff;
height: auto;
overflow: hidden;
}
<hr>
#copyright > .container{
width: 935px!important;
margin-left:auto;
margin-right:auto;
border-top-width: 1px;
border-top-color: #ffffff;
}
I’ve included a screen shot of how I want it to look.
Much appreciated
-Marc
Attachments:
You must be
logged in to view attached files.