Andrej Stas Posted January 26, 2017 Share Posted January 26, 2017 Thanks to one customer of Presta Theme Maker I found the following bug and I would like to share the solution because I think sooner or later someone would ask. The problem The problem is in the quick view if the description text is shorter than the height of the product image. The product image is covering also the buttons of social buttons. (see BUG.PNG) The solution Go to your_theme/assets/css/theme.css and find this line: .quickview .images-container{ .... position:absolute; .... Remove the "position:absolute". Then make sure to clear the cache and the problem is fixed. (FIXED.PNG) That's all 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now