[Resolved] Push expanded mobile menu down

Home Forums Support [Resolved] Push expanded mobile menu down

Home Forums Support Push expanded mobile menu down

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2376287
    George

    I have tried all possible selectors to push the expanded mobile menu down 13px. Cleared caches, used !important, nothing works. Not sure what’s going on. It works when I modify the selector in the browser inspector!

    For example:

    nav.stuckElement.toggled .menu {
        top: 13px;
    }

    doesn’t work. I’ve also tried others.

    #2376527
    David
    Staff
    Customer Support

    Hi George,

    that CSS would apply to the sticky nav – is that what you want?

    If its for the non sticky nav then try this:

    
    .main-navigation.toggled:not(.is_stuck) .main-nav>ul {
        top: 13px;
    }
    #2376637
    George

    No, David, just the mobile menu container when you click the mobile icon and the mobile menu appears. I want to push that down a bit.

    #2376641
    David
    Staff
    Customer Support

    Did you try that CSS i provided ?

    #2376646
    George

    Ah no, I didn’t. Trying it now…It works!

    Thanks!

    #2377071
    David
    Staff
    Customer Support

    Glad to hear that!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.