Hi !
how can I implement the sticky header on mobile
Hey diego,
Please, provide to us your website link – this way we can check it better.
Best regards,
John Torvik
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency {
background: transparent;
position: absolute!important;
}}
Best regards,
Yigit
Hello, I have placed the code where you indicate me and nothing has happened
Hi,
If you are using a caching plugin, please flush cache and refresh your page a few times. If that still does not help, please post temporary admin logins here privately so we can look into it :)
Best regards,
Yigit
Sure,
Hi,
It does show up fine on my end.
Please flush browser cache and hard refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Best regards,
Yigit
good morning, I’m sorry for the inconvenience but I still can not resolve this issue, can you help me?
Hi dalejandrorinconp,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive #top #main {
margin-top: 82px;
}
.responsive #top #wrap_all #header {
background-color: #fff;
position: fixed;
}
}
If you need further assistance please let us know.
Best regards,
Victoria