Why wont this image center?

4 replies
  • WEB DESIGN
  • |
Hiya on my site in wordpress

If you click the Knife and Fork icon you will be taken to a menu. At the bottom of the menu, you will see the heart icon. Any ideas why no matter what I do, this seems to remain left justified?
#center #image
  • Profile picture of the author andreiluca
    You don't have any class called centered or aligncenter so you'll have to add it yourself.
    HTML Code:
    .aligncenter{ margin:0 auto }
    {{ DiscussionBoard.errors[8555985].message }}
    • Profile picture of the author oliverjones
      Just add that at the end of the css?
      {{ DiscussionBoard.errors[8555993].message }}
  • Profile picture of the author andreiluca
    Yes, sure.
    {{ DiscussionBoard.errors[8556004].message }}
  • Profile picture of the author stellajohn
    Yes. You can add the new class with {margin:0 auto;} or you can use the align="middle" inline css property on the image tag.
    Signature

    Best Web Hosting Provider in India | Best Shared Web Hosting in India | Best VPS Hosting in India-http://www.ihostingreviews.in

    {{ DiscussionBoard.errors[8557404].message }}

Trending Topics