Okay
  Public Ticket #2034769
Centering Social Icons on Mobile
Closed

Comments

  • LiskaD started the conversation

    Hi there, can anyone tell me how to get my social icons to be centered on mobile? I figured out how to center the copyright by using:

    @media only screen and (min-width : 1px) and (max-width : 1000px) {
    #footer-outer #copyright p {
    text-align: center;
    }

    But not sure how to apply the same idea to the social icons.


  •   Andrew replied privately
  •  8
    dan-kray replied

    Hi Andrew

    I have the same question. Can you share the solution publicly?

    Thanks a lot

  •  8
    dan-kray replied

    Solved:

    #footer-outer #copyright .container div:last-child {
      display: flex;
      justify-content: center;
    }


  •  1,877
    Judith replied

    Hi Dan,

    Glad you got a workaround.

    Thanks.