• Resolved SusanRC

    (@susanrc)


    Hi Kyle —

    Everything works great on computer screens but on my phone and my tablet the copyright information does not appear. The footer widget contains a search box and that is there but the footer is not black and the copyright text is missing. I have used this for a disclaimer which needs to be present on every page on every device.

    Thanks in advance.
    Susan

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter SusanRC

    (@susanrc)

    Hi Kyle —

    I made your changes but I still don’t see the copyright text and the footer is still white. If you look above at Andrew’s style.css changes, they work to display the copyright text — previously white on white so appearing invisible — these changes make the copyright text black so it shows on the white footer.

    My question is, can we make the footer black and the text white on mobile devices, the same as it appears on my computer?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Instead of my above CSS, try this:

    .site-info {
        color: #201E1C;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry I meant this:

    .site-info {
        background-color: #201E1C;
    }

    Thread Starter SusanRC

    (@susanrc)

    Hi Andrew —

    Thanks for your help. This did turn the footer black but now the disclaimer (in a footer widget) is too difficult to read (kind of dark grey on black). Also, there is something going on with the spacing of the footer widgets that is different on the mobile devices. They stack up one under the other which makes sense but there is no border above the first widget — if it’s all white this looks good but once the footer turns black it looks unbalanced. I think at this point I’m just going to leave it as is — white footer, black text, widgets stacked.

    Thread Starter SusanRC

    (@susanrc)

    Finally ??

    I added padding to the last bit of css code to move the widgets down a bit into the black footer and I styled the widget to make its text white. Thank you all for your help!

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘No Copyright on mobile’ is closed to new replies.