• Hi

    I am trying to add a social network share button into the list of the default buttons of the themes.

    The button is there but I can’t make it line up with other buttons
    Screenshot: https://ibb.co/tP7GDgd (the button at the rightmost).

    Could you please inspect it and give me some bits of help?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • .post_share {
       display: flex;
       align-items: end;
    }
    .zalo-share-button {
      margin-bottom:8px;
    }

    If you want the icon to be the same height as the others, adjust the width and height of the class .zalo-share-button.

    Hope this is helpful

    Thread Starter t2hol2

    (@t2hol2)

    @guzmanariel525 Thanks so much, it worked very well

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Small CSS help please’ is closed to new replies.