Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3394536
How Do I Center The Links In The Footer?
Closed

Comments

  • blazin1 started the conversation

    How do I center the links in the footer? They are aligned left at the moment and I want to center them. I attached an image showing the links I'm talking about. Please let me know. Thanks.

    Attached files:  footer-links.jpg

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .mega-menu-list {
        text-align: center;
    }

    Regards,
    PenciDesign.



  • blazin1 replied

    Awesome. Thank you.