Hello, how I can do to make these two modules are kept in responsive?
http://screencast.com/t/xfFv4j8ki3
@media only screen and (max-width:640px) {
#gkHeaderLeft, #gkHeaderRight {
display: block;
}
#gkHeaderLeft {
left: 0 !important;
position: relative;
width: 100% !important;
}
#gkHeaderRight {
position: relative;
right: 0 !important;
width: 100%;
}
}