I centered the volunteer image as well as the "sign up now" button. Why isn't everything centered properly? http://theme2.1stopnonprofitshop.com/volunteer/
Hi, Greetings from InkThemes, To center the images properly, first you need to remove the "margin-left: 202px;" CSS which you have used. This is an incorrect way of using the element centering CSS. Instead, use the custom CSS given below:- Code: .content-bar img { margin-left: auto; } Hope this helps...! Thanks & Regards! Nitin InkThemes.com