Hello there,
I have been working away on a new client website. All going well, they like, in fact they LOVE the results so far (this is the 3rd client I have using your Enfold theme, just the best). We are hoping to go live the start of August. However, just one small issue – Is it possible to have the header “stick” when viewing on mobile devices so that the logoi and menu are constantly displayed?
Thanking you in advance.
Jamesy
Hey James,
Thank you for using Enfold.
This is possible but it creates a few layout issues and is quite unnecessary on mobile view if you’re just trying to make the header accessible on scroll. I’m sure you’re aware that users can easily navigate back to the top of the page on their phones. Anyway, you can try this css code.
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header {
position: fixed;
}
}
Best regards,
Ismael
Thank you for getting back to me.
I think we will leave things as they are, as the client has not said anything about. If they do want this feature then I will investigate further.
You can close this tiopic now.
Jamesy