Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #163778

    Hi, I located a problem with the image centered with a link (CSS class aligncenter).

    This happens on Firefox 7 (24.0), Safari (5.1.10), Chrome (29.0.1547.76) and Opera (12.16) Mac.

    By default iamge centered takes a high and low margin of 10px at Rollover adds a 10px offset more that moves the image down.

    By changing the CSS like this:

    .aligncenter body, entry-content-wrapper a:. aligncenter hover {
    margin: 0px auto;
    padding: 0px;
    }
    

    This solves the problem but the image actually loses its margins.

    null

    null

    Regards.

    Jean

    PS : great job with the last update, the support of French language is great news! ;-)

    #163840

    Hi Jean,

    Can you post the link to your website please?

    Regards,
    Josue

    #163954

    Hi, is a basic installation for testing Enfold and more extensions.

    This is a personal test site in Mamp on my iMac, it is not constantly open: http://82.66.10.32/enfold/photos/

    Refresh the display after each hover to see the image in its original posiiton.

    Regards.

    Jean

    • This reply was modified 10 years, 7 months ago by freepixelweb.
    #163989

    Hello!

    Please add following code to Quick CSS in Enfold theme options under Styling

    body .aligncenter { padding: 0!important; margin: 0 auto!important; }

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘a:hover on image aligncenter – move back’ is closed to new replies.