Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #973055

    I’ve tried the few functions.php edits and the quick css, but nothing has worked.

    1. I’d like the mobile hamburger menu to be sticky.

    2. I’d like the top bar to be sticky in mobile, but it is currently only sticky in desktop.

    3. I’d like the social buttons to appear below the menu items when you open the hamburger menu in mobile view. I did add a snippet, but it made them above the menu items and vertically spaced, instead of how they appear horizontally in desktop view. Furthermore, when I added that snippet, social buttons stopped having their respective hover state colors.

    Currently i appled:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
        position: fixed;
    }
    .responsive #top #main {
        padding-top: 131px !important;
    }
    }

    But it makes the entire mobile header sticky.

    • This topic was modified 6 years, 4 months ago by ytaras.
    #973684

    Hey ytaras,

    The header is sticky on my iPhone. Can you show us the snippet that you added for the social likns?

    Best regards,
    Victoria

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