Home › Forums › Support › To make the social sticky side menu This topic has 7 replies, 2 voices, and was last updated 6 months, 1 week ago by Fernando. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts September 16, 2022 at 12:39 am #2344487 Arnaud HEy I set up a social sticky side menu : https://wordpress-834202-2871905.cloudwaysapps.com/coupe/homme/ However when going through block with image, it passes behind the images (can’t see it anymore). Other page where the issue is there : https://wordpress-834202-2871905.cloudwaysapps.com/ What is the tweak to make it in the front ? thx September 16, 2022 at 12:43 am #2344491 Fernando Customer Support Hi Arnaud, Try adding this CSS in Appearance > Customize > Additional CSS: .gb-container.sticky-social-icons { z-index: 99999; } September 16, 2022 at 1:32 am #2344515 Arnaud ok thx. Can we use the fields ‘Outer z-index’ or/and ‘Inner z-index’ ? leveraging native configuration. September 16, 2022 at 1:34 am #2344518 Fernando Customer Support Actually, you’re right. Can you try setting the Z-index on the Outer z-index? September 16, 2022 at 1:42 am #2344524 Arnaud when I set (for the high-level container) the Outer z-index 99999 it looks like this : https://wordpress-834202-2871905.cloudwaysapps.com/ September 16, 2022 at 1:49 am #2344529 Fernando Customer Support I see. Doing so overrides the sticky position setting as well. You can revert back to custom code. You have this code: .sticky-social-icons { position: fixed; left:0; top: 30%; } You can alter it to this instead of the previous code I provided: .sticky-social-icons { position: fixed; left:0; top: 30%; z-index: 99999; } September 16, 2022 at 1:58 am #2344535 Arnaud thx September 18, 2022 at 5:09 pm #2346899 Fernando Customer Support You’re welcome Arnaud! Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In