Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #228774

    I’m getting a text shift on image rollovers — when I hover over an image, it pushes the text below it down about 5 pixels. Seems like it’s from the rotation of the overlay, but it’s hard to pin down in the css. Are you familiar with this issue? Do you have a fix? The site I’m working on is hidden, but let me know if you need me to set up a page for you to view the issue.

    #228838

    set up a page for you to view the issue.

    Please do so.

    Cheers!
    Josue

    #228892
    This reply has been marked as private.
    #229117

    Hey!

    Try adding this code to the Quick CSS:

    .page-id-313 .av_textblock_section {
        max-height: 325px !important;
    }

    Cheers! 
    Josue

    #229118

    Hi!

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

    p a, p a:visited {
    line-height: inherit;
    overflow: visible!important;
    }

    Best regards,
    Yigit

    #229143

    I went with Yigit’s solution, because it looked more universal, and it seems to have worked! Thanks, guys!

    #229147

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘text shift on image hover’ is closed to new replies.