I read Michael’s post https://kriesi.at/support/topic/mobile-header-transparency-logo-menu-overlap/ which exactly described my problem, and tried everything he did, with the same results — mobile menu transparency header now works but it overlaps the main content. As he said, the fix given did not work.
Michael then replied saying he figured out the problem but unfortunately didn’t specify the solution. Do you know how he did it, or how I can contact him to ask?
Thanks!
~Heidi
Hey hjwill!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive.html_header_transparency #top .avia-builder-el-0 .container {
padding-top: 100px;
}}
Best regards,
Yigit
That fixed it! Thanks so much! :-)
~Heidi