Hi,
I am using Enfold Child theme for my website and needed the header to be stick on top on mobile, so i added this code.
.html_header_top.html_header_sticky #header {
position: fixed !important;
}
@media only screen and (max-width: 767px) {
.responsive #main {
padding-top: 82 !important;
}
}
But now the header is hidding the layer slider on top of the page.
Can someone help?
Hi,
The link you provided re-directs me to a facebook page.
Best regards,
Jordan Shannon
Because the site is in construction, so it’s redirected on the FB page for now. How can i give you acces? Sorry i am not really used to this.
Hi,
I’m not sure to be honest, if the page redirects then you cannot log into it? Maybe you could try to only redirect the front page or something like that?
Best regards,
Rikard
You can give me your IP address and i can put you on the Unrestricted IP list.
The site is now online. You can go.
I also have another issue. I would like to take off the banner above the product, on every product page, and i don’t know how.
Thank you
Hi,
I’m not seeing the error, did you remove your css above?
Best regards,
Jordan Shannon
Yes, i did, because the site is now used by customers. The header on mobile was hidding the layer slider.
Hi,
Add the following to quick css:
.html_header_top.html_header_sticky #header {
position: fixed !important;
}
@media only screen and (max-width: 767px) {
.responsive #main {
padding-top: 82px!important;
}
#main.all_colors{
margin-top:200px!important;
}
}
Best regards,
Jordan Shannon
Awesome! It’s working.
Thanks a lot!
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon