• Resolved radly

    (@radly)


    I’m just starting with WordPress so a lot of this is new to me…

    I created a site using the Sinatra theme and it includes a stack of buttons for social media (and I thing I just learned this is called “social snap”). I don’t mind having them, but when a mobile user goes to my site and there’s nowhere to display the menu bar, it’s hidden behind a hamburger icon, and when the user presses that icon, the “social snap” covers up the menu items. How do I relocate one or the other?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Social Snap

    (@socialsnap)

    Hello,

    Try adding this code to Appearance ??Customize ??Additional CSS:

    .is-mobile-menu-active #masthead {
        z-index: 99999;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Positioning on mobile devices’ is closed to new replies.