This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Responsive columns

8 years ago

Hello,

I’ve created three columns within a row and set their width as 33.3%.
I’d like to make them responsive and have a width of 100% on mobile.

This is my media query style:

@media (max-width: 780px) {
 .panel-grid-cell {
  width:100%!important;
  float:left!important;
 }
}

Unfortunately it doesn’t work.

Any help?

Thanks

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Have a different question or issue?

Start New Thread