• Resolved somto

    (@somto)


    Thanks once again to the developer of this elegant theme, but i need i help on the mobile view of the theme, i want the post on homepage, categories and tags on mobile view to look the same as the list layout of the pc view, i think the picture below can help me

    here is the picture

    Thanks in advance

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 ‘Mobile layout’ is closed to new replies.