Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #95183
    Alexandre
    Participant

    Good morning,
    I would like to add more own social media icons. What ere the specs for my icons to have them inline with the generic icons?
    thank you alex

    #95226
    Mahesh
    Participant

    @agescho: Please post in your site URL.

    Regards,
    Mahesh

    #95233
    Alexandre
    Participant

    @Mahesh could I send it via PM?

    #95238
    Mahesh
    Participant

    @agescho: Yes, sure. You can send it to mahesh [at] catchthemes [dot] com.

    Regards,
    Mahesh

    #95240
    Mahesh
    Participant

    @agescho: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .custom-icon {
        vertical-align: bottom;
    }

    Regards,
    Mahesh

    #95544
    Alexandre
    Participant

    Thank you. This seems to work only with FF, not with Chrome or Safari.

    #95612
    Mahesh
    Participant

    @agescho: Please use the following CSS instead.

    .custom-icon {
        vertical-align: bottom;
        display: inline-block;
        margin-left: 3px;
    }

    Hope this helps.

    Regards,
    Mahesh

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘specs for social media icons’ is closed to new replies.