Hello,
Probably thatās because you removed the old code. Please try following the new steps below:
Change my previous code to you, from this:
header.site-header.fixed {
padding-top: 30px;
padding-left: 0;
padding-right: 0;
background: #38271bb0!important;
}
To this:
header.site-header.fixed {
padding: 0 !important;
background: #38271bb0!important;
}
Also, add the code below:
.site-header {
top: 57px !important;
}
We hope this helps!
Please try that and let us know if you need further assistance.
Kind Regards,
Rodrigo.
aThemes Support