Center aligning footer images
-
Hi,
I’ve been trying to center align images in my footer but putting “aligncenter” in the CSS class of the image isn’t working. Please let me know how I can fix this.Thank you,
MayumiThe blog I need help with is: (visible only to logged in users)
-
Hey there,
I see the images you are attempting to center in your footer and I have come up with some CSS that will do the trick, however this is dependant on how exactly you want them centered.
Currently each image container is set to take up a third of the padded grey container in the footer. You can center them within there thirds with the following CSS:
.wp-caption { margin: auto; }Let me know if this is what you are looking to achieve or if you would prefer a different arrangement.
Cheers
- The topic ‘Center aligning footer images’ is closed to new replies.