Hello!
How to have the transparent header on mobile? on page templates activated! Please!!!
Is it possible? like this
http://nsa33.casimages.com/img/2014/08/06/140806071110954199.jpg
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.html_header_transparency #top #wrap_all #main { margin-top: -82px!important; }}
If that does not work, please post the link to your website
Cheers!
Yigit
Thank You Yigit!
But I will not apply this code because it does not go with the items in my home page. I wanted to have the same rendering as on tablet.
Hi!
Thank you for the info.
Please use this:
@media only screen and (max-width: 767px) {
.responsive #main {
padding-top: !important;
margin-top: -82px;
}
#main .entry-content-wrapper.clearfix {
margin-top: 82px;
}
}
Remove browser cache then reload the page a few times.
Regards,
Ismael
Great! it works!
Thank You!!!