Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #86476
    Minh
    Participant

    Hi all,

    The social shares, im using: FB, Linkedin, Twitter as the attached images.
    But the icons are not displayed in full shape as usual. What is the problem>

    PS: you can see it on my blog home page: http://www.ecomeye.com

    Please help, thanks!
    M

    #86513
    Mahesh
    Keymaster

    Hi @minhbkx,

    Seems you are using plugins for displaying social button, please contact the plugin’s support. This is not the theme issue. The issue is due to plugin’s CSS.

    Regards,
    Mahesh

    #86514
    Minh
    Participant

    Hi Mahesh,

    But i tried with other themes and the social plugin has displayed correctly?

    #86519
    Mahesh
    Keymaster

    Hi @minhbkx,

    I checked your site, and the problem is because of the following CSS. This CSS is from shareThis plugin’s button.css

    .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
        height: 16px;
    }

    Change it to

    .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
        height: auto;
    }

    Regards,
    Mahesh

    #86522
    Minh
    Participant

    thank you,

    I’ve tried to change by using jetpack custom CSS as the attached but it didnt change.
    Did i do sth wrong? Im not so familiar with CSS.

    https://www.dropbox.com/s/4ha6ptsbczb67w2/css%20plugin.png?dl=0

    Thanks

    #86524
    Mahesh
    Keymaster

    Hi minhbkx,

    Seems the plugin’s CSS load later than the Custom CSS that is why it is using the same height. Use the following instead.

    .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
        height: auto !important;
    }

    Hope it helps.

    Regards,
    Mahesh

    #86532
    Minh
    Participant

    It works well now.

    Thank you very much!
    Minh

    #86558
    Mahesh
    Keymaster

    Hi @minhbkx

    Thank you for your appreciation.
    Have a nice day!

    Regards,
    Mahesh

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Social shares icons are not displayed clearly’ is closed to new replies.