• Resolved somto

    (@somto)


    hello i want the post list on mobile to remain this way on mobile

    instead of this

Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Try this additional css: (Customize > Additional CSS)

    
    @media only screen and (max-width: 479px) {
    	.post-list .post-content { text-align: left; }
    	.post-list .post-inner { padding-left: 130px; }
    	.post-list .post-inner.no-thumbnail { padding-left: 0; }
    	.post-list .post-thumbnail { float: left; margin-left: -130px; width: 100px; }
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘blog layout list style’ is closed to new replies.