Okay
  Public Ticket #369379
Center Copyright text and social box in footer
Closed

Comments

  •  3
    Jeronimo started the conversation

    I'm trying to get the social media icons in the footer to be centered on mobile view. I allready figured out how to center the copyright text and that worked:

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

    But can't find the right lines with element inspect to make the social icons center. A hint?





  •  8,471
    Tahir replied

    Hey!

    Can you provide the site url so i can have a look.

    Thanks


    ThemeNectar Support Team 

  •  8,471
    Tahir replied

    Hey!

    Have added the custom css.

    Thanks


    ThemeNectar Support Team 

  •  3
    Jeronimo replied

    Thanks Tahir! Works perfect!