Hello!
I use JomSocial on my site
http://traffas.nu
When I show My Profile int the community or show My Blog the submenus disappear behind the component.
http://screencast.com/t/YzIwZjM1ZjAt
What to do?
Best regards
ahidman
Sweden
.clear {
overflow:visible;
width:100%;
}
Hi
Try in http://www.traffas.nu/components/com_myblog/css/ui.css changing
- Code: Select all
.clear {
overflow:visible;
width:100%;
}
#gk-nav-wrap.margintop {
padding-top:100px;
}
#gk-nav-wrap.margintop {
overflow:visible;
position:relative;
z-index:10000;
padding-top:100px;
}
Hi
Och. I didn't noticed it wasn't working on Community in templates/gk_postnote/css/template.css file
- Code: Select all
#gk-nav-wrap.margintop {
padding-top:100px;
}
to
- Code: Select all
#gk-nav-wrap.margintop {
overflow:visible;
position:relative;
z-index:10000;
padding-top:100px;
}