• How does one center the social-links-menu ? If i use “text-align: center;” it moves but does not go to the center.

    .social-links-menu { text-align: center;}

    I would also know if can put the social-links-menu in the widget.

    Thanks

    Gianluca

    [Moderator note: Please don’t bump]

    • This topic was modified 8 years, 2 months ago by Andrew Nevins. Reason: Bumping
Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Give this a try in your child theme’s style.css:

    .site-footer .social-navigation {
         text-align: center;
         width: 100%;
    }
    

    It should look like this:

    Karnhack Laboratorio artistico e di sperimentazione

    Let me know how it goes.

    Hi Kathryn.

    I tried that but with no success. I made a new thread.

    Do you have to state media query in this command?

    Aonghus

    Moderator Kathryn Presner

    (@zoonini)

    @aonghus Media queries weren’t necessary here. I’ve replied in your other thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Social link menu’ is closed to new replies.