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 #3567624
Social button alignment
Closed

Comments

  • MsWildCard started the conversation

    Hi,

    This is a continuation of post #3566094

    The code you gave me worked for the side bar and and footer, the social buttons are now perfectly aligned. However, I just noticed this code has also affected the X social button in my main menu (which was aligned prior to the code), and it is now positioned lower than all the other social buttons. Is there anyway to have all the X buttons aligned?

    Thank you.

  •  2,267
    PenciDesign replied

    Hi,

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

    .penci-builder-element .penci-faicon.penciicon-x-twitter {
      transform: none !important;
    }

    Regards,
    PenciDesign.



  • MsWildCard replied

    That fixed it. Thank you!