Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Nick C

    (@modernnerd)

    Hi, Craig!

    It looks like you’re setting the width of the secondary menu list items to 100% at small screen widths: https://d.pr/i/e8fR

    If you override the icon widths to be automatic instead, that should solve things for you:

    .menu-secondary .simple-social-icons li {
        width: auto;
    }
    Thread Starter Craig

    (@catholicservant)

    Nick – that’s awesome. Thank you for the help!

    Plugin Contributor Nick C

    (@modernnerd)

    You’re welcome, Craig!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘displaying vertical on mobile’ is closed to new replies.