Archived topic
Columns on mobile device
1 reply · Started by theonetruevlad on January 10, 2015
Hi Tom
Using Grid Columns as you suggest.
When looking on a mobile device I still get columns, but looking at your site they all move into a single column.
How do you do that?
Any idea when your own column plugin is due? I guess it depends how often we distract you right?
Hi there,
I added this custom CSS:
@media screen and (max-width: 768px) {
.column-grid .column {
width: 100%;
margin: 0;
padding: 0;
float: none;
}
}
My plugin has the columns done, and buttons - but then I got distracted improving the Blog add-on and Page Header add-on (which are getting updates today).
I may release the shortcodes plugin as is for now, and add more elements to it later.
Hope this helps :)