
CPD Validation Workshop on continuing Professional Development Programme for Veterinary Professionals and Para-Professionals in Ethiopia
by admin | Jun 10, 2021 | Uncategorized | 0 comments

/* here is a fluent solution:
hide secondary bar on scroll */
#top-header {
overflow:hidden;
max-height:50px;
transition:max-height .3s ease;
}
#top-header.et-fixed-header {
max-height:0;
}
#main-header {
transition:top .3s ease;
}
#main-header.et-fixed-header {
top:0!important;
}
.admin-bar #main-header.et-fixed-header {
top:32px!important;
}
Reply
Recent Comments