Keith W Jones wrote:Right let's see if we can sort this out, what I suggest add following to style.css.
Backup all files before you start.
.leftside-2 {
border-top-color: #0000BE;
border-top-style: solid;
border-top-width: 1px;
float: left;
padding-bottom: 0;
padding-left: 8px;
padding-right: 8px;
padding-top: 0;
text-align: justify;
width: 410px;
}
#borderleft-2 {
border-left: solid 1px #0000BE;
}
Note I have changed the names by adding -2. Then edit the HTML in the pages where the line is missing. Only 2 changes per page.
Change <section class="leftside"> to <section class="leftside-2">
Change <section id="borderleft" class="rightside"> to <section id="borderleft-2" class="rightside">
Keith
OK, I just got back to trying this, and it works ok on the subsequent pages, but screwed up the index page. When it worked before this change ( above ) on the index page, then it screwed up the subsequent pages. There's something different between what you're suggesting here, and my actual pages. I am trying this locally - the online pages are as they were, if you want to see them.
Melissa Rhiannon
OS Windows 10