hello
I am looking at the site below on mobile, and see an extra black space under the fullwidth menu. (see below)
when I inspect it I see this: <div class="sticky_placeholder" style="height: 46px;"></div>
but I don’t know where that’s coming from, and I tried some css but it didn’t get rid of it.
Can you help me with this?
this menu is just anchor links, which doesn’t really work well since it’s not sticky. (it’s not crucial but kind of awkward)
Is there a way to make this sticky on mobile?
thanks
Nancy
Hey Nancy,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) {
#top .sticky_placeholder {
height: 0 !important;
}}
Best regards,
Yigit
thanks you can close this thread.