How to center a div inside parent?
-
Hello,
I’ve been trying to center photos inside their wrapper on my website ( https://almasy-photography.com ). As you can see, it’s not working, photos are aligned to the left side at the moment.I know about
margin 0 auto;
and aboutposition: absolute; width: 500px left:50%; margin-left: -250px;
However, these two methods are not working.
It’s probably something I’m missing about the parent div or another detail. Please help me understand what it is, and how to center the photos.
Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to center a div inside parent?’ is closed to new replies.