Title: Stackable Theme width issue
Last modified: January 13, 2019

---

# Stackable Theme width issue

 *  Resolved [Egor Milyukov](https://wordpress.org/support/users/milukove/)
 * (@milukove)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/stackable-theme-width-issue-2/)
 * Hello! Thanks for this awesome plugin, and for the free theme that you made especially
   for it.
 * I found a small problem with this theme. It appears in my site as long as in 
   your site. Maybe it is browser specific problem, I tested it only in Chrome on
   MacBook.
 * So, the problem is a horizontal scroll, that appears when I add Header block 
   with full-width alignment. Maybe with other full-width blocks too. To prevent
   this you should add custom style to the body: overflow-x: hidden. I guess it 
   is relevant to ‘width: 100vw’, that doesn’t count browser scrollbar width.
 * Don’t know, where to write about theme issues, so forgive me if this topic doesn’t
   belong here.
 * It will be very nice of you to fix this in future theme updates 😉

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

 *  Plugin Author [Benjamin Intal](https://wordpress.org/support/users/bfintal/)
 * (@bfintal)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/stackable-theme-width-issue-2/#post-11103457)
 * Hi Egor,
 * Thanks for the report. The Stackable theme was recently updated to v1.0.3, and
   Stackable to v1.11. I’ve checked the site in Chrome and MacBook and I don’t see
   the problem.
 * I’m unsure whether this has been fixed because of the update, but can you check
   on your end if the issue is still present?
 *  Thread Starter [Egor Milyukov](https://wordpress.org/support/users/milukove/)
 * (@milukove)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/stackable-theme-width-issue-2/#post-11105344)
 * Hi! Thanks for your answer!
 * I figured out one thing. I guess this issue related only to macOS users.
 * You see, there is “Show scroll bars” setting, that changes browser scroll bar
   behavior. If it is set to “Always” — there is horizontal scroll appears. Switch
   to Auto or When scrolling, and the scroll is gone.
 * [Settings screenshot](https://www.lifewire.com/thmb/tSc3CKYPVYiARQlNkU7xsgRcDm8=/768x0/filters:no_upscale():max_bytes(150000):strip_icc():format(webp)/GeneralPreferencesMacOSSierra-5774382f3df78cb62c3c58b1.jpg)
 * The only solution I find by this time is adding overflow property to the body.
   Maybe there is another, better way. What do you think?
 *  Plugin Author [Benjamin Intal](https://wordpress.org/support/users/bfintal/)
 * (@bfintal)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/stackable-theme-width-issue-2/#post-11105699)
 * Hey Egor,
 * Thanks, I didn’t know there was such an option in MacOS 🙂
 * I saw the scrollbar you were talking about. You’re right, it’s caused by anything
   full-width in the Stackable theme.
 * After some investigation, I think the only solution right now is the one you 
   suggested:
 *     ```
       body {
           overflow-x: hidden;
       }
       ```
   
 * I’ll be adding that to the theme, thanks!
 *  Thread Starter [Egor Milyukov](https://wordpress.org/support/users/milukove/)
 * (@milukove)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/stackable-theme-width-issue-2/#post-11105707)
 * Happy to help, thank you for your work, Benjamin!

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

The topic ‘Stackable Theme width issue’ 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [Egor Milyukov](https://wordpress.org/support/users/milukove/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/stackable-theme-width-issue-2/#post-11105707)
 * Status: resolved