Hi, I am using a booking plugin (hbooking) and am having an issue with a linked image. The plugin developer said it was due to a script being used by the theme that changes the css of the link that wraps the image when hovered on.
The page is here: http://beachfrontgardeninn.com/bf_newsite/availability/?check-in=2015-04-24&check-out=2015-04-26&adults=1&children=0
If you hover over any of the thumbs all of the content within the box jumps down.
Any idea what in the theme that could cause this? It’s never happened before. (already tried deactivating all plugins)
Thanks,
Slade
Hey Slade!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#hb-accom-list a {
display: inline!important;
}
Regards,
Yigit
Hi Yigit, worked perfectly!! Thank you!