Hi Guys,
I am building this site: petemb.com.au
I want the mobile header to remain transparent and sticky, but it’s not wanting to.
Any thoughts?
Hey mburrough,
Try adding this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) {
.responsive #top #wrap_all #header {
position: fixed !important;
}
}
Hope it helps. :)
Best regards,
Nikko