Quoted By:
okay so i have added a picture to my startpage, but i cant get it to align center. the current code i am using to adjust its is
[code:lit] img:nth-child(8) { position: fixed; top: 5%; left:30%;
width: auto; max-width: 1200px; height: 400px;
}
[/code:lit]
I have tried vertical-align as well as setting to margins to auto and cant get anything to work. the only thing that moves it is %, the problem is 50% anchors the left edge of the image to the center, not the center of the image.
If anyone has any sugestions that would be awesome.