Title: Brian Gardner's Replies | WordPress.org

---

# Brian Gardner

  [  ](https://wordpress.org/support/users/bgardner/)

 *   [Profile](https://wordpress.org/support/users/bgardner/)
 *   [Topics Started](https://wordpress.org/support/users/bgardner/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bgardner/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bgardner/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bgardner/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bgardner/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bgardner/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 106 total)

1 [2](https://wordpress.org/support/users/bgardner/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bgardner/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/bgardner/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/bgardner/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/bgardner/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/bgardner/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Powder] Minor updates to prep for WP 6.6](https://wordpress.org/support/topic/minor-updates-to-prep-for-wp-6-6/)
 *  Theme Author [Brian Gardner](https://wordpress.org/support/users/bgardner/)
 * (@bgardner)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/minor-updates-to-prep-for-wp-6-6/#post-17896474)
 * Lastly, and likely the most significant change, I have redefined the spacingSizes
   in theme.json to align with WordPress core. Themes such as TT4 use sizes 20-80(
   slugs) in lieu of t-shirt or opinionated choices. Here’s the new code:
 *     ```wp-block-code
       {	"settings": {		"spacing": {			"defaultSpacingSizes": false,			"spacingSizes": [				{					"name": "20",					"size": "clamp(15px, 2vw, 20px)",					"slug": "20"				},				{					"name": "30",					"size": "clamp(25px, 3vw, 30px)",					"slug": "30"				},				{					"name": "40",					"size": "clamp(30px, 4vw, 40px)",					"slug": "40"				},				{					"name": "50",					"size": "clamp(35px, 5vw, 50px)",					"slug": "50"				},				{					"name": "60",					"size": "clamp(40px, 6vw, 60px)",					"slug": "60"				},				{					"name": "70",					"size": "clamp(50px, 7vw, 70px)",					"slug": "70"				},				{					"name": "80",					"size": "clamp(60px, 8vw, 80px)",					"slug": "80"				}			]		}	}}
       ```
   
 * Powder’s template and pattern markup has been updated to reflect these new sizes.
   To ensure existing sites remain unaffected by this change, the following code
   was added to the top of the style.css file:
 *     ```wp-block-code
       /* Legacy Styles (Do not remove)---------------------------------------- *//* -- Spacing -- */:root {	--wp--preset--spacing--x-small: clamp(10px, 2vw, 20px);	--wp--preset--spacing--small: clamp(30px, 4vw, 40px);	--wp--preset--spacing--medium: clamp(40px, 6vw, 60px);	--wp--preset--spacing--large: clamp(50px, 8vw, 80px);	--wp--preset--spacing--x-large: clamp(60px, 10vw, 100px);}
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Powder] Minor updates to prep for WP 6.6](https://wordpress.org/support/topic/minor-updates-to-prep-for-wp-6-6/)
 *  Theme Author [Brian Gardner](https://wordpress.org/support/users/bgardner/)
 * (@bgardner)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/minor-updates-to-prep-for-wp-6-6/#post-17896462)
 * In the spirit of bringing color and more vibrant energy to Powder (out-of-the-
   box), a few more noticeable changes have been implemented via theme.json:
    - Link color has changed from `contrast` to `primary`.
    - Button background color has changed from `contrast` to `primary`.
 * If you would like to revert these changes, visit the Site Editor > Global Styles
   > Colors and set them to your desired preference.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Powder] Minor updates to prep for WP 6.6](https://wordpress.org/support/topic/minor-updates-to-prep-for-wp-6-6/)
 *  Theme Author [Brian Gardner](https://wordpress.org/support/users/bgardner/)
 * (@bgardner)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/minor-updates-to-prep-for-wp-6-6/#post-17864822)
 * As of v1.1.9, all color palettes have shifted to darker shades, making the contrast
   ratios better for accessibility. Additionally, the Quaternary color in theme.
   json has been renamed to Neutral, resulting in 3 main colors (Primary, Secondary,
   Tertiary) and then providing a grey to compliment those.
 * If you were using the Quaternary color on your site, you could redefine it in
   Global Styles and reapply it to any elements where it was being used.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Powder] Padding from header](https://wordpress.org/support/topic/padding-from-header/)
 *  Theme Author [Brian Gardner](https://wordpress.org/support/users/bgardner/)
 * (@bgardner)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/padding-from-header/#post-17826573)
 * While not idea, have you tried adding !important to that margin-top in the additional
   CSS?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Powder] Padding from header](https://wordpress.org/support/topic/padding-from-header/)
 *  Theme Author [Brian Gardner](https://wordpress.org/support/users/bgardner/)
 * (@bgardner)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/padding-from-header/#post-17820778)
 * It looks like you need to apply margin-top: 0 to your outer Kadence group block.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Powder] sticky header](https://wordpress.org/support/topic/sticky-header-75/)
 *  Theme Author [Brian Gardner](https://wordpress.org/support/users/bgardner/)
 * (@bgardner)
 * [2 years ago](https://wordpress.org/support/topic/sticky-header-75/#post-17741911)
 * [@snoop23](https://wordpress.org/support/users/snoop23/) Out of curiosity, is
   there a particular reason you don’t like/want it? Just trying to get some user
   feedback so I can understand better. Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Powder] patterns](https://wordpress.org/support/topic/patterns-3/)
 *  Theme Author [Brian Gardner](https://wordpress.org/support/users/bgardner/)
 * (@bgardner)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/patterns-3/#post-17495571)
 * [@snoop23](https://wordpress.org/support/users/snoop23/) Any chance you can mark
   this issue as resolved?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Powder] strlen() error](https://wordpress.org/support/topic/strlen-error/)
 *  Theme Author [Brian Gardner](https://wordpress.org/support/users/bgardner/)
 * (@bgardner)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/strlen-error/#post-17494719)
 * Perhaps just a weird gremlin, isolated to that one install?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Powder] strlen() error](https://wordpress.org/support/topic/strlen-error/)
 *  Theme Author [Brian Gardner](https://wordpress.org/support/users/bgardner/)
 * (@bgardner)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/strlen-error/#post-17494541)
 * That is a decent list of plugins. Perhaps there’s an issue with one of them? 
   Only asking because I am running Powder and RC2 locally with debug on and do 
   not see the error. Any chance you can either disable plugins or test in a simpler
   environment to see if the issue still exists?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Powder] strlen() error](https://wordpress.org/support/topic/strlen-error/)
 *  Theme Author [Brian Gardner](https://wordpress.org/support/users/bgardner/)
 * (@bgardner)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/strlen-error/#post-17494393)
 * Is that with debug mode on?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Powder Studio] Nice, solid theme](https://wordpress.org/support/topic/nice-solid-theme/)
 *  Theme Author [Brian Gardner](https://wordpress.org/support/users/bgardner/)
 * (@bgardner)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/nice-solid-theme/#post-17286121)
 * Hi [@phoenix13](https://wordpress.org/support/users/phoenix13/), thanks for the
   5-star review and kind words. Yes, you are correct: [Powder Studio](https://wordpress.org/themes/powder-studio/)
   has taken over the heavy lifting (patterns, templates, variations, etc) from 
   the original [Powder theme](https://wordpress.org/themes/powder/). The latter
   will remain a simple, lightweight theme that can be used for personal projects,
   extended by child themes, or utilized as the foundation for clients.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Powder] patterns](https://wordpress.org/support/topic/patterns-3/)
 *  Theme Author [Brian Gardner](https://wordpress.org/support/users/bgardner/)
 * (@bgardner)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/patterns-3/#post-17278417)
 * The 0.9.9 update is a big one, as it removed a lot: patterns, templates, parts,
   variations.
 * It brought the theme back to a base theme, and paved the way for Powder Studio:
   [https://wordpress.org/themes/powder-studio/](https://wordpress.org/themes/powder-studio/)
 * For those with [All-Access](https://powderstudio.com/pricing/), members will 
   have access to Powder Patterns, which is a plugin that can be paired with this
   new version of Powder to provide the same patterns that were previously available
   in the theme, and what is now packaged with Powder Studio.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Powder] misaligned search button](https://wordpress.org/support/topic/misaligned-search-button/)
 *  Theme Author [Brian Gardner](https://wordpress.org/support/users/bgardner/)
 * (@bgardner)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/misaligned-search-button/#post-17212335)
 * [@snoop23](https://wordpress.org/support/users/snoop23/) – Looks like WordPress
   6.4 added some CSS for that which is causing the issue. Try adding this into 
   Additional CSS to see if it works. If so. I’ll happy add it into the theme when
   I push out the next update.
 *     ```wp-block-code
       .wp-block-search.wp-block-search__button-only .wp-block-search__button {
       	max-width: inherit;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Powder] new post layout](https://wordpress.org/support/topic/new-post-layout/)
 *  Theme Author [Brian Gardner](https://wordpress.org/support/users/bgardner/)
 * (@bgardner)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/new-post-layout/#post-17212329)
 * Awesome, glad you like it [@snoop23](https://wordpress.org/support/users/snoop23/)!
 * Re: layout, I have a few ideas coming…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Powder] misaligned search button](https://wordpress.org/support/topic/misaligned-search-button/)
 *  Theme Author [Brian Gardner](https://wordpress.org/support/users/bgardner/)
 * (@bgardner)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/misaligned-search-button/#post-17204167)
 * Hi [@snoop23](https://wordpress.org/support/users/snoop23/), can you tell me 
   the context in which you are referring? Is this in a navigation menu, page content?

Viewing 15 replies - 1 through 15 (of 106 total)

1 [2](https://wordpress.org/support/users/bgardner/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bgardner/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/bgardner/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/bgardner/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/bgardner/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/bgardner/replies/page/2/?output_format=md)