jorge.rodriguez.cros Posted January 17, 2014 Share Posted January 17, 2014 Hi, I am working on my online shop with Prestashop and I found an issue: the social block on the product page shows below the other elements in the page when you click (for example) on the Facebook "I like" button (see screenshot). How can I make it show on top? I have tried playing with z-index of the elements, but no luck. What's more, the social block is a plugin, so the html is generated automatically and I can't change the styles easily. Any help appreciated! Jorge Link to comment Share on other sites More sharing options...
Divyesh Prajapati Posted January 17, 2014 Share Posted January 17, 2014 Link please? Link to comment Share on other sites More sharing options...
jorge.rodriguez.cros Posted January 17, 2014 Author Share Posted January 17, 2014 www.zapatosdetallagrande.com Thanks! Link to comment Share on other sites More sharing options...
Divyesh Prajapati Posted January 17, 2014 Share Posted January 17, 2014 www.zapatosdetallagrande.com Thanks! Hello, open file grid_prestashop.css from /xxl/themes/theme531/css/ path and change z-index on line # 23 (.container_24 class ) from 2 to 1. your complete code will look like .container_24 {position: relative;width: 1170px;margin: 0 auto;padding: 0;z-index: 1;} That's it!! Link to comment Share on other sites More sharing options...
jorge.rodriguez.cros Posted January 17, 2014 Author Share Posted January 17, 2014 Yes!! It works! That was quick, thanks a lot!! Jorge 1 Link to comment Share on other sites More sharing options...
vekia Posted January 17, 2014 Share Posted January 17, 2014 thread marked as [solved] also marked divyeshp post as a solution to this problem with regards, Milos 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