Global block css for column

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?

Hi,

Thanks for writing in, could you please share a screenshot showing this “Global Block” you mean in the question?

Thanks.

Thanks.

It is clear now.

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.