Closed (won't fix)
Project:
Media Responsive Theme
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Oct 2013 at 21:55 UTC
Updated:
26 Oct 2013 at 15:54 UTC
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
Comment #1
zymphonies-dev commentedHello,
Why you want clear the sidebar? these structure is working fine with 100% width.
Thanks,
Shanid
Comment #2
zymphonies-dev commentedClosing this issue