Hey guys.
I have a problem with the image overlays.
I tried with CSS to disable the visibility of the image overlay (found this in your forum), but it seems as if in a table that I put into a tab-content-element and styled it, that the image overlay effect does create something and makes 20pixels more height, on hover.
This is a very unique problem. Below the informations where you can find it
Hey ConstantNation!
Add this to your custom CSS.
body .aligncenter, .entry-content-wrapper a:hover .aligncenter {
margin: 0px auto !important;
padding: 0px !important;
}
Cheers!
Elliott
Thank you, fixed my problem.
Great support. :)