edit button search

3.36K viewsIssues
0

Hello,
i want to ask please how can i fix the search button, he’s centred but it’s in the buttom.

Answered question
0

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

Answered question
You are viewing 1 out of 8 answers, click here to view all answers.