Hello,
I would like to know whether it’s possible to have a HEADER and a TOP BAR on mobile, that sticks to the top of the page, just as in computer.
Thanks
Hey newtonlinchen,
It is possible, please provide a link to the site in question so we can look into this further.
Best regards,
Jordan Shannon
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: 768px) {
.responsive #top #wrap_all #header {
position: fixed;
top: 0;
width: 100%;
}
.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
padding-top: 154px!important;
}}
Best regards,
Yigit