• Resolved minickmd

    (@minickmd)


    For my site, when resized to the point where the sidebar disappears, there is then a stepoff on the bottom black bar. It looks as if the sidebar is still in the background but covered by the page content only shifted up one or two pixels. Haven’t been able to figure out where this error is in the coding. Page is https://test.premiercarepeds.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    The code you will need to add is:

    #secondary {
      display: none;
    }

    You’ll need to figure out how to add it in your media queries so it still appears when the screen is larger.

    Hope that helps!

    Cheers
    Tessa

    Thread Starter minickmd

    (@minickmd)

    Thanks, got it

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile alignment issue’ is closed to new replies.