By Eric Cash on Wednesday, 28 October 2015
Posted in General Issues
Likes 0
Views 699
Votes 0
I am using the EasySocial Drop down Menu (which looks great by the way) in my sites toolbar right next to the main menu.

I'm using js_wright template.

When logged out the main menu responds to any hover/click interactivity just fine but when logged in I think the popup offset of the drop down menu throws off the main menu interplay by a couple of px's down. The user can only select main menu items if they hover just beneath the main menu. This is a problem.

Is there a solution to this or do I need to move the drop down menu elsewhere on the site?
I'd really prefer it next to the main menu because it fits perfectly , looks nice and displays the logged in users name.

Let me know.
Hey Eric,

I am sorry for the delay of this reply,

I've applied some css fix in your site -> JoomlaFolder/templates/js_wright/html/com_easysocial/css/custom.css
div#fd.es.mod-es-dropdown-menu .mod-bd {
position: inherit;
}


It should work fine now, can you give it a try now?
·
Wednesday, 28 October 2015 12:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect!
·
Wednesday, 28 October 2015 23:27
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome, glad to heard your issue resolved.
·
Wednesday, 28 October 2015 23:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post