Title: responsive design modifications
Last modified: August 19, 2017

---

# responsive design modifications

 *  [lanretobi](https://wordpress.org/support/users/lanretobi/)
 * (@lanretobi)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/responsive-design-modifications/)
 * Pls i want to make LATEST BLOG POST, Portfolio Carousel and icon menu double 
   in a row on mobile responsive design. pls help me with the css
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponsive-design-modifications%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/responsive-design-modifications/#post-9432070)
 * Hey,
 * There isn’t really a way to change the display of the carousels, but this CSS
   should force the icon menu and blog to 50% in mobile.
 *     ```
       @media (max-width: 992px) {
       .home_blog .clearclass0, .home_blog .clearclass1, .home-iconmenu {
           width: 50%;
           float: left;
           }
       }
       ```
   
 * Let me know if that works for you.
 * -Kevin

Viewing 1 replies (of 1 total)

The topic ‘responsive design modifications’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Kevin](https://wordpress.org/support/users/jx-3p/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/responsive-design-modifications/#post-9432070)
 * Status: not resolved