Skip to main content

Image in Display Form

Comments

7 comments

  • John Nerge
    Try adding this CSS to your config:

     

    .inner img

     

    {

     

        margin-left: auto;

     

        margin-right: auto;

     

        display: block;

     

    }
    0
  • Permanently deleted user
    That worked...Thanks John!
    0
  • Permanently deleted user
    Hi John! As I said last week, that worked great! But upon running the workflow in the map today, I noticed the image is aligned to the left again. I double checked the CSS file to make sure it still had the code you send and it does...any idea why this isn't working anymore?
    0
  • John Nerge
    Hmm, no upgrades to GE or changes to your browser, right? What version of GE are you running?
    0
  • Zack Robison
    You should make use of your browser's dev tools for this one, Lisa.  I personally really like the FF tools for dealing with CSS even though Chrome renders it better.  Use the element inspector on your image and you should be able to identify the issue.
    0
  • Permanently deleted user
    Thank you both for your responses...it suddenly started displaying properly again...Weird!
    0
  • Zack Robison
    That was definitely John's doing.  Minnesota magic.
    0

Please sign in to leave a comment.