Home › Forums › CSS › Need Help Please with WordPress Responsive Theme when viewed on iPad › Re: Need Help Please with WordPress Responsive Theme when viewed on iPad
February 23, 2013 at 12:57 pm
#125747
Member
In the appropriate media query (or breakboint) you could try…
#main-photo img {
margin: 0 auto;
display: block;
}
You don’t want that all the time…but it works.