• Hi there,

    I have a search block within a navigation block that’s right-aligned. It’s set to only show the icon. When I click the icon, the search box “opens” to the left. When I close it, it closes correctly. Can you please advise how this is controlled, and how I can make it open in the right direction?

    You can view the frontend of the site by entering “thenewqx” twice.

    Thank you,
    No?lle

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Try adding this CSS code :

    .wp-block-search__inside-wrapper {
    justify-content: flex-end !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Expand search box from right to left’ is closed to new replies.