edit button search
Hello,
i want to ask please how can i fix the search button, he’s centred but it’s in the buttom. ![]()
silkytext Answered question
The search button is centered vertically instead of aligning with the input field. You can fix it by forcing both elements into the same line and aligning them, for example using display: flex; align-items: center; on the parent container.
If needed, also adjust the button with margin-top: 0; or line-height to match the input height so everything sits evenly. Fun with dinosaur game
silkytext Answered question