[wp-trac] [WordPress Trac] #64409: New Version 6.9: Unresolved Blank Margin

WordPress Trac noreply at wordpress.org
Fri Dec 12 20:47:21 UTC 2025


#64409: New Version 6.9: Unresolved Blank Margin
------------------------------+----------------------
 Reporter:  mycaredmarketing  |       Owner:  (none)
     Type:  defect (bug)      |      Status:  closed
 Priority:  normal            |   Milestone:
Component:  General           |     Version:
 Severity:  normal            |  Resolution:  invalid
 Keywords:  has-screenshots   |     Focuses:
------------------------------+----------------------
Changes (by sabernhardt):

 * status:  new => closed
 * severity:  major => normal
 * version:  6.9 =>
 * milestone:  Awaiting Review =>
 * keywords:  has-screenshots reporter-feedback => has-screenshots
 * resolution:   => invalid


Comment:

 The [https://themeforest.net/item/nursera-home-care-private-nursing-fse-
 wordpress-theme/55288053 Nursera theme] applies the global content size
 (max-)width to its elements with the `section-wrapper` class. These
 wrapper elements determine the width of anything on the page, not just the
 post content.
 {{{
 .is-layout-constrained >
 :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
         max-width: var(--wp--style--global--content-size);
 }
 }}}

 I probably should recommend adding this in the Additional CSS:
 {{{
 html .section-wrapper {
   max-width: 100%;
 }
 }}}

 (The `html` selector is included just in case this prints before the other
 global styles.)

 If that does not work, you could try switching the `px` to percent in the
 Content Width option and set it to 100%.

 As mentioned earlier, this discussion belongs in the support forums, or
 you could discuss further with the theme author. This is likely not a Core
 bug.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/64409#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list