Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1323012

    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

    #1323053

    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

    #1323269

    thanks you can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘mobile fullwidth menu – sticky-placeholder’ is closed to new replies.