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

    I was wondering if the grid blog layout should be collapsing to one column on a vertical smart phone screen width?

    For instance, http://stage.marqueemgt.com.au/latest-news/ maintains 2 columns even on the narrowest of screens…

    #164867

    Hello bongoman!

    I see, adding this code to custom.css/Quick CSS will fix it:

    @media only screen and (max-width: 767px) {
    
      .slide-entry-wrap .slide-entry.av_one_half {
      	width: 100% !important;
     	margin: 0 !important;
      }
    	
    }

    Regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Grid blog layout — collapse to one column on narrow screen width?’ is closed to new replies.