By James on Friday, 21 March 2014
Posted in Technical Issues
Replies 1
Likes 0
Views 755
Votes 0
The drop down for the stream itself is being positioned underneath the Forum counts.
Quite possibly a z-index issue.

You can see the issue here: http://screencast.com/t/oZfasyrUPy

Thanks,
James
Hello James,
Declare extra value on .pull-right is not a good idea, it will generally mess up the layout.

/templates/gk_simplicity/css/override.css

body div#fd .pull-right {
display: block;
position: relative; <== need to remove
z-index: 100; <== need to remove
}
·
Friday, 21 March 2014 11:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post