Title: Row Mobile Max Width
Last modified: September 29, 2020

---

# Row Mobile Max Width

 *  [besirsebib](https://wordpress.org/support/users/besirsebib/)
 * (@besirsebib)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/row-mobile-max-width/)
 * Hi,
    I am trying to set different row layout max-width under structure settings
   for desktop and mobile, but looks like this setting is global, how can i set 
   different values ?
 * Regards
    -  This topic was modified 5 years, 8 months ago by [besirsebib](https://wordpress.org/support/users/besirsebib/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Frow-mobile-max-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/row-mobile-max-width/#post-13471902)
 * Hey,
    This is something you would need to do with css. If you post a link and
   specify which row you’re wanting to target I would be happy to help with the 
   css.
 * Best,
    Hannah
 *  Thread Starter [besirsebib](https://wordpress.org/support/users/besirsebib/)
 * (@besirsebib)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/row-mobile-max-width/#post-13472010)
 * Hey ,
    Thank you for the reply,
 * in the link below , the accordion width is 50% on desktop , I need to make it
   100% on mobile devices, could you please help ?
 * [https://zatari-lawfirm.com/services/](https://zatari-lawfirm.com/services/)
 * BR
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/row-mobile-max-width/#post-13476526)
 * Try adding this to your custom css:
 *     ```
       @media (max-width: 768px) {
       #kt-layout-id_df1fd5-38 > .kt-row-column-wrap {
           max-width: 100%;
       }
       }
       ```
   
 * Hope it helps!
 * Hannah
 *  Thread Starter [besirsebib](https://wordpress.org/support/users/besirsebib/)
 * (@besirsebib)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/row-mobile-max-width/#post-13477283)
 * It worked! Many thanks
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/row-mobile-max-width/#post-13480071)
 * Happy to help!
 * Best,
    Hannah

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Row Mobile Max Width’ is closed to new replies.

 * ![](https://ps.w.org/kadence-blocks/assets/icon-256x256.png?rev=3178382)
 * [Kadence Blocks — Page Builder Toolkit for Gutenberg Editor](https://wordpress.org/plugins/kadence-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/kadence-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/kadence-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/kadence-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/kadence-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/kadence-blocks/reviews/)

## Tags

 * [max-width](https://wordpress.org/support/topic-tag/max-width/)
 * [row layout](https://wordpress.org/support/topic-tag/row-layout/)

 * 5 replies
 * 2 participants
 * Last reply from: [hannah](https://wordpress.org/support/users/hannahritner/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/row-mobile-max-width/#post-13480071)
 * Status: not resolved