skip to Main Content

I am unable to align this icon with others by CSS,
enter image description here

Can anyone one help me with aligning this? The page link is https://merchla.my/my-account/
TIA.

2

Answers


  1. On this class here <ul class="jssocials-shares" id="wpuf_social_link"> add display: flex;

    Login or Signup to reply.
  2.  ul.jssocials-shares li.jssocials-share-google a img {
         width: auto;
        height: 1em;
    

    Remove all the css code from below code

    ul.jssocials-shares li.jssocials-share-google a { }
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search