Title: Mobile layout
Last modified: February 28, 2019

---

# Mobile layout

 *  Resolved [somto](https://wordpress.org/support/users/somto/)
 * (@somto)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/mobile-layout-10/)
 * 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](https://1.bp.blogspot.com/-UqgZU8Bb8jY/XHgERADDVSI/AAAAAAAADJY/wGpnw3SxI2QuAcYUczn_pCTYJMCtcD60ACLcBGAs/s1600/Screenshot_2019-02-28-16-54-06.jpg)
 * Thanks in advance

Viewing 1 replies (of 1 total)

 *  Theme Author [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/mobile-layout-10/#post-11304152)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/boxstyle/1.3.9/screenshot.png)
 * Boxstyle
 * [Support Threads](https://wordpress.org/support/theme/boxstyle/)
 * [Active Topics](https://wordpress.org/support/theme/boxstyle/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/boxstyle/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/boxstyle/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/mobile-layout-10/#post-11304152)
 * Status: resolved