By Jarook on Friday, 01 September 2017
Posted in General Issues
Replies 5
Likes 0
Views 743
Votes 0
While scrolling down this area is hiding since I have docker at the top in the Blog
see the screen shot..
Try apply this following css into this custom css file and see how it goes.

JoomlaFolder/templates/elegant/css/custom.css


#eb .eb-dashboard-sticky-header.affix {
z-index: 100000 !important;
}
·
Saturday, 02 September 2017 10:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Now it is hiding the Docker..
See the screen shot..
·
Saturday, 02 September 2017 12:18
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like you already added some fix on your site based on what i checked.

Keep us update if you need further assistance on this.
·
Saturday, 02 September 2017 12:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok..No problem.. I added 1 more coding and tried ..It is working perfectly. See the coding below.

#eb .eb-dashboard-sticky-header.affix {
z-index: 10000 !important;
margin-top: 0.75cm;
}
·
Saturday, 02 September 2017 12:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, it seems look fine. Glad to heard you can manage to fix this.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Saturday, 02 September 2017 12:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post