• Hi there,

    I’m looking for help figuring out how to centralize the mobile icon menu for tablet + mobile. Right now it’s aligned to the left, but can’t figure out the css to centralize it.

    Many thanks in advance!
    Patrick

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey Patrick, did you sort this out already? It’s centering on my tests.

    Thread Starter patrickvd

    (@patrickvd)

    Hi Supernovia,

    Nope haven’t figured it out yet. Any help is greatly appreciated!

    Hi Patrick,

    Please try copying & pasting the CSS below into the customizer in Appearance > Customize > Additional CSS:

    @media screen and (max-width:790px) {
      .social-links {
      display: flex;
      justify-content: center;
      }
    }

    If the CSS doesn’t appear to work, please keep it in the customizer so that I can troubleshoot it.

    I hope this helps ??

    Thread Starter patrickvd

    (@patrickvd)

    This worked perfectly! Thank you so much! ??

    You’re welcome, glad I could help ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Social Menu alignment on Mobile’ is closed to new replies.