When, there is no First sidebar, Second sidebar border top is above to Content.
I had to modify css :

@media screen and (max-width: 960px) {
  #sidebar-second {
    clear:both;
  }
}
@media screen and (max-width: 640px) {
  #sidebar-second {
    clear:both;
  }
}

Comments

zymphonies-dev’s picture

Hello,

Why you want clear the sidebar? these structure is working fine with 100% width.

Thanks,
Shanid

zymphonies-dev’s picture

Status: Active » Closed (won't fix)

Closing this issue