Topic-icon main menu and social like buttons collide

I have a Gantry 4 template with a suckerfish dropdown menu. THe like buttons I use on articles remain over and above the dropdown menu and I must reverse. How do I facilitate this? I found this same topic on the joomla 1.5 forum which is shut down, but even the advice there didn't work for me. Please advise.
The topic has been locked.
Support Specialist
6 years 6 months ago #62827 by mel
It's most likely a CSS change that's needed. If you provide a specific URL where I can see it in action, we can suggest a CSS style update.

-Melissa
The topic has been locked.
Support Specialist
6 years 6 months ago #62828 by mel
Strike that, I found your page. You need to change the z-index of the social buttons. You can do that with the following style to make the main menu go on front of the buttons as expected:
div.scsocialbuttons {
z-index: 1 !important;
}

Putting this into the browser tools for index.php/dimmer-lamps/the-minimalist.html seemed to fix the issue so give it a try and let us know if you still have problems.

-Melissa
The topic has been locked.