Hi Guys,
Been a while. I just updated to WordPress 3.8.1 and then updated to most recent Enfold 2.4.5 using the WP admin.
I just spot checked some pages and noticed on the Portfolio pages (I am using Single Portfolio: 2/3 Gallery template) that in the side navigation from one portfolio to another, the feature image is distorted and larger on some of the portfolios. Please see image below.
http://mydesignspace.com/wordpress/wp-content/uploads/2014/01/Slider-navigation-issue.jpg
This page: http://www.mydesignspace.com/work/responsive-web-design/
I removed feature image and reset it to see if that fixed problem but, no change. I am not using any special CSS so not sure why some are behaving like that.
I am not having that problem in the posts section: http://www.mydesignspace.com/my-big-smoke-with-cigar-aficionado/
Any thoughts?
Regards,
Monique
PS – Looks like it is only happening in IE (10) and Firefox (22, 26). Chrome and Safari look ok.
Hi Monique!
I’m sorry but I don’t see the difference between the two. Can you please elaborate? Add this on Quick CSS to set the thumbnail image on the navigation to 100% width with a minimum height and width of 80px:
.avia-post-nav .entry-image img {
border-radius: 100px;
display: block;
width: 100%;
height: 100%;
min-height: 80px;
min-width: 80px;
}
Cheers!
Ismael