[Resolved] Columns on mobile device

Home Forums Support [Resolved] Columns on mobile device

Home Forums Support Columns on mobile device

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #63871
    theonetruevlad

    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?

    #63912
    Tom
    Lead Developer
    Lead Developer

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.