Skip to content
Advertisement

Having problems centering a textbox in CSS

I have the following code in PHP:

JavaScript

This code creates the following box: enter image description here

The respective CSS code looks like this:

JavaScript

However – no matter what I do – the textbox over the picture (as you can see in the picture above) is never perfectly centered.

How can I center the textbox over the picture?

Best

Advertisement

Answer

Changing the margin-left to 2.5% solved the problem for me. Thank you very much @bartholomew

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement