• Resolved snoop23

    (@snoop23)


    Hi there,

    Not sure if this is a WordPress or Powder-only issue, but since the recent update to 6.4 the search button is misaligned when going for “button only”.

    Thanks for looking into this!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Brian Gardner

    (@bgardner)

    Hi @snoop23, can you tell me the context in which you are referring? Is this in a navigation menu, page content?

    Thread Starter snoop23

    (@snoop23)

    I’m referring to the search block when used in the header navigation. Once I go for the below settings, said button and its icon are misaligned.

    Block settings: ‘Button only’ + ‘use button with icon’

    Theme Author Brian Gardner

    (@bgardner)

    @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-search.wp-block-search__button-only .wp-block-search__button {
    	max-width: inherit;
    }
    
    
    Thread Starter snoop23

    (@snoop23)

    Perfect! This worked.

    Thanks so much for the quick fix, Brian. Much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘misaligned search button’ is closed to new replies.