I need to center html content inside a div class=\"partners\" (top div with 2 images). As you can see from the image below (it floats left instead of center of the div):
You just do CSS changes for parent div
.parent-div { text-align: center; display: block; }