Tagged: image hover
-
AuthorPosts
-
June 18, 2015 at 9:37 am #461184
I’m having three different problems on my home page and I’m not finding answers for these specific issues anywhere.
- Easy Slider is adding extra space between the bottom of the images and the border of the container. How can I remove that space? The height for the slider seems to be dynamically generated for responsiveness.
- I used the Button feature one block below the slider. Hovering over that button makes it flicker and appear to move to the top of its container (in IE, FF & Chrome). How do I stop that?
- A few blocks farther down I have the blog news feed with images. Hovering over the images causes the text below to move a little. I have seen a question about this, but the answer(s) didn’t work for me. Any thoughts?
Thanks! I’ve been messing with all kinds of CSS and am frustrated.
June 18, 2015 at 1:48 pm #461285Hey CathySirvatka!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-slideshow li img { margin: 0; }
then please remove following code from your custom CSS code
.entry-content-wrapper a:hover { margin: 0 auto !important; } .entry-content-wrapper a:hover { margin: 0 !important; padding: 0 !important; top: 0 !important; left: 0 !important; }
Cheers!
YigitJune 18, 2015 at 9:02 pm #461577Hi Yigit!
Thank you for the speedy response!!Your suggestions for the slideshow worked perfectly – no more extra space below the images (I mean there’s a tad bit, but that’s my images I think).
However, I did what you said by removing that ‘.entry-content-wrapper a: hover’ code, flushed the cache and still having the same issues with the button and blog feed images.
Other ideas??
Cathy
June 19, 2015 at 9:01 am #461738Hey!
I couldn’t see any movement at all when hovering the images of your blog posts or flickering when hovering buttons, in what browser are you getting this error?
Regards,
RikardJune 25, 2015 at 11:49 pm #464724Hi Rikard,
I think it was hard core stuck in cache, even though I had emptied it. But I just did a complete flush and now everything looks great. I’m sorry for the rabbit hole there. Thank you for checking! And thank you Yigit! -
AuthorPosts
- The topic ‘Three Shortcode issues on home page’ is closed to new replies.