Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Header images on mobile devices #12392
    cdutly
    Participant

    Hi,

    Sorry, my mistake. If ‘width: 0;’ is added, then Logo will go away on mobile devices.

    Best

    in reply to: Header images on mobile devices #12391
    cdutly
    Participant

    Hi,

    Thanks for your response.

    The code doesn’t work. But if I add one more line, it will work. Is it ok to add the line ‘width: 0’?

    @media only screen and (max-width: 767px) {

    .site-header {
    background-color : none;
    position: fixed;
    width: 0;
    }
    }

    Best

Viewing 2 posts - 1 through 2 (of 2 total)