Sticky header on mobile hide partially the title. In desktop version works well.
I use the following code for sticky header on mobile. It will be a feature request…
/* Sticky header on mobile */
@media only screen and (max-width: 767px) {
.responsive #top #main {
/* Margin top value should be equal to header height*/
margin-top: 180px;
}
.responsive #top #wrap_all #header {
position: fixed;
}
}
Hey denovellis,
Seems to look fine on my end.
Could you please attach some screenshots of the issue?
Best regards,
Victoria
I attached the pictures. The first picture is the current behavior et the second is the expected behavior.
In desktop version is ok.
Hi denovellis,
Please clear the cache and/or test on another device, the header is sticky on my iPhone.
Best regards,
Victoria