• I’m using a 2012 child theme. On the site, I seem to be stuck with a couple of lines, under the page content, and above the footer area, which I can’t get rid of – they came with the installation. I’ve been right through 2012 css to find all the double borders and I overruled these entries with border: none in my CSS child theme, but this made no difference. Would anyone know straight away where these borders are located – they’re not HRs as I have checked.

    http://1064056153.test.prositehosting.co.uk/

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • .site-content article {
        -moz-hyphens: auto;
        border-bottom: 4px double #EDEDED;
        margin-bottom: 5.14286rem;
        padding-bottom: 1.71429rem;
        word-wrap: break-word;
    }
    Thread Starter Sharon Spain

    (@sharon-spain)

    Hi – I’m afraid I’ve already tried that one and its still there.

    I know. You asked if anyone knew where these borders are located. The CSS I posted above is the answer to that question. You need to over-write that CSS in your child theme.

    Thread Starter Sharon Spain

    (@sharon-spain)

    Thank you – I must have tried border: 0; earlier on which is why it didn’t work. border-bottom: none has done the trick.

    Kind regards

    Sharon

    (anyone any ideas about the single line?)

    The single line is coming from:

    footer[role="contentinfo"] {
        border-top: 1px solid #EDEDED;
        clear: both;
        font-size: 0.857143rem;
        line-height: 2;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.71429rem;
        max-width: 68.5714rem;
        padding: 1.71429rem 0;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘one double and single line – what are they?’ is closed to new replies.