Hi, I just noticed a problem in IE10. See this page (http://goo.gl/HqQKMd) and scroll down to section “How to use …”. The image (with the tabs on the right) is cut in half and way too big, even though it looks perfectly fine in Safari, Chrome and Firefox. Compare with another browser to see the difference.
Any way (css, php, …) to force the image to fit inside the provided space?
Thanks in advance.
Hey DavyE!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.tab_inner a img { width: 100%; }
Cheers!
Yigit
Hey Yigit,
Thank you for your help! I had to change it to:
.tab_inner_content a img
Now it works!