hi,
I use following code for mobile to show 2 column in row instead of vertical style.
@media (max-width: 767px)
{
.x-column.x-1-2 {float: left;width: 50%;}
}
It works fine but not for the GLOBAL Block contents.
What is the correct CSS for Global block for this porpose?