hello sir,
it seems fine, I override this CSS and it to be fine for me
#es .es-media-header-affix-wrapper.affix {
position: relative; (Override here)
background: #333;
padding: 0px;
top: 0px !important; (Override here)
z-index: 100;
margin: 0px;
border: 1px solid #555;
border-top: 0;
}
Is it correct or not? because I don't know it is correct follow to development or not? but I jsut changed and it work for me..
And these code can fix to view with smart phone or not?
Thank