Title: incorrect max width
Last modified: April 24, 2024

---

# incorrect max width

 *  Resolved [jacekarwal](https://wordpress.org/support/users/jacekarwal/)
 * (@jacekarwal)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/incorrect-max-width/)
 * Problem is with css.
 * I tried to debug this and I found out that when I change max width in specific
   css rule it works as expected.
 * I don’ t want to add my custom css ti fix it, is this possible to fix it on your
   side ?
 * **Before change ( elements are overlayed ):**
 * [@media](https://wordpress.org/support/users/media/) only screen and (min-width:
   768px) {
 * frontend_bl…ver=3.7.2:1
 * .stk-block .stk-block.aligncenter, .stk-block:is(.aligncenter,.alignwide,.alignfull)
   >.stk-content-align:not(.alignwide):not(.alignfull) {
    1. margin-left: auto;
    2. margin-right: auto;
    3. max-width: var(–stk-block-default-width, var(–stk-block-width-default-detected,
       900px));
    4. width: 100%;
 * }
 * }
 * **After change ( elements are OK )**
 * [@media](https://wordpress.org/support/users/media/) only screen and (min-width:
   768px) {
 * frontend_bl…ver=3.7.2:1
 * .stk-block .stk-block.aligncenter, .stk-block:is(.aligncenter,.alignwide,.alignfull)
   >.stk-content-align:not(.alignwide):not(.alignfull) {
    1. margin-left: auto;
    2. margin-right: auto;
    3. max-width: 1290px;
    4. width: 100%;
 * }
 * }
 * ![](https://wordpress.org/37300b4e-0845-4b45-9a1d-9eb080c89da6)
    -  This topic was modified 2 years, 1 month ago by [jacekarwal](https://wordpress.org/support/users/jacekarwal/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fincorrect-max-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [Bernice Chua](https://wordpress.org/support/users/bernicechua/)
 * (@bernicechua)
 * [2 years ago](https://wordpress.org/support/topic/incorrect-max-width/#post-17727575)
 * Hi [@jacekarwal](https://wordpress.org/support/users/jacekarwal/) ,
 * Sorry to have kept you waiting!
 * Could you please try adding `1290` in the “**Nested Block Width**” in Stackable
   Settings.
 * Here’s a screenshot to help you find the setting: [https://app.screencast.com/g1aMAFFcdHQJp](https://app.screencast.com/g1aMAFFcdHQJp)
 * Let us know if this helps!

Viewing 1 replies (of 1 total)

The topic ‘incorrect max width’ is closed to new replies.

 * ![](https://ps.w.org/stackable-ultimate-gutenberg-blocks/assets/icon-256x256.
   png?rev=2749547)
 * [Stackable - Page Builder Gutenberg Blocks](https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bernice Chua](https://wordpress.org/support/users/bernicechua/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/incorrect-max-width/#post-17727575)
 * Status: resolved