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.
set up a page for you to view the issue.
Please do so.
Cheers!
Josue
Hey!
Try adding this code to the Quick CSS:
.page-id-313 .av_textblock_section {
max-height: 325px !important;
}
Cheers!
Josue
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
I went with Yigit’s solution, because it looked more universal, and it seems to have worked! Thanks, guys!
You are welcome, glad we could help :)
Regards,
Josue