By Sean Carney on Saturday, 22 March 2014
Posted in Technical Issues
Likes 0
Views 739
Votes 0
You can see this at http://starch-smart.com:

EasySocial Home Page Toolbar is in front of all the menus when scrolling the page. This is my only module I am aware of that does this and I am trying to figure out why. I really want it to roll behind the menus like all the rest of the content and modules.

Does anybody know how that can be achieved?

The template is a JoomlaBamboo template called Motion.

Thank you, Sean Carney
Hello Sean,

I am really sorry for the delay of this reply as it is a weekend for us here. Add the block of css codes into your template's css file,


body #navwrap {
z-index: 200;
}


The template has already set a z-index set on the inner element but that is wrong because the z-index needs to be applied on the parent element which is #navwrap
·
Saturday, 22 March 2014 14:27
·
0 Likes
·
0 Votes
·
0 Comments
·
It's a z - index issue. If you have firebug, you can set the toolbar z-index to be lower than your main menu.
·
Saturday, 22 March 2014 07:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark,
That worked perfectly.
Thank you,
Sean Carney
·
Monday, 24 March 2014 06:39
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Sean
·
Monday, 24 March 2014 10:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post