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

Comments

  • MsWildCard started the conversation

    Hi,

    I've added social buttons to my side bar and footer, however the button for X is positioned higher than the others (as per picture). Is there a way to make this button align with the others?

    Thank you.

    4948891153.png
  •  2,267
    PenciDesign replied

    Hi,

    Please follow the document at the link below to re-update the Soledad theme and then check again.

    How to re-update the Soledad theme?

    Regards,
    PenciDesign.


  • MsWildCard replied

    I did the re-update, but the button is still not aligned. Is there anything else that can be done?

  •  2,267
    PenciDesign replied

    Hi,

    Please send me your site URL.

    Regards,
    PenciDesign.


  •  2,267
    PenciDesign replied

    Hi,

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

    .elementor-widget-wp-widget-penci_social_widget .penci-faicon.penciicon-x-twitter, .penci_social_widget .penci-faicon.penciicon-x-twitter, .bio-social .penci-faicon.penciicon-x-twitter, .pcsoc-icon.pcsoci-twitter .penci-faicon.penciicon-x-twitter, .penci-builder-element .penci-faicon.penciicon-x-twitter, #header .inner-header-social .penci-faicon.penciicon-x-twitter, #sidebar-nav .inner-header-social .penci-faicon.penciicon-x-twitter, .penci-menu-hbg .penci-faicon.penciicon-x-twitter, .pcnew-share.penci-icon-full .post-share-item .penci-faicon.penciicon-x-twitter, .show-txt.focus-icon .post-share-item .penci-faicon.penciicon-x-twitter, .penci-social-colored .penci-faicon.penciicon-x-twitter, .penci-social-colored .penci-faicon.penciicon-viber, .penci-social-colored .penci-faicon.penciicon-line, .penci-social-square .penci-faicon.penciicon-x-twitter, .penci-social-square .penci-faicon.penciicon-viber, .penci-social-square .penci-faicon.penciicon-line, .footer-socials .penci-faicon.penciicon-line, .footer-socials .penci-faicon.penciicon-viber, .footer-socials .penci-faicon.penciicon-x-twitter, .single-product-share .new-ver-share .penci-faicon.penciicon-line, .single-product-share .new-ver-share .penci-faicon.penciicon-viber, .single-product-share .new-ver-share .penci-faicon.penciicon-x-twitter {
      transform: translateY(4px);
    }

    Regards,
    PenciDesign.



  • MsWildCard replied

    Worked great! Thank you!