Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #103730
    Hoinard
    Participant

    Hello, sorry for my poor English.
    In the header right of the Catch Responsive Pro theme I added a social icon with “Custom Social Links”, 32 pxX32 px images and a link.
    Problem: the image does not line up with the standard social icons, it is higher whereas in the footer they align well.
    http://oinardoo.hoinard.com/
    Thank you for help

    #103756
    Mahesh
    Keymaster

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

    #catchresponsive_social_icons-5 .widget-wrap a img {
        vertical-align: bottom; 
    }

    Regards,
    Mahesh

    #103768
    Hoinard
    Participant

    Thank you for your help Mahesh

    #103872
    Hoinard
    Participant

    Sorry but your solution works on http://oinardoo.hoinard.com/ but not on http://tourainegenealogie.org/WordPress/
    I do not understand..
    Regards,
    Claude

    #103897
    Mahesh
    Keymaster

    @oinardoo: Use the following CSS for the second one:

    #catchresponsive_social_icons-2 .widget-wrap a img {
        vertical-align: bottom; 
    }

    Regards,
    Mahesh

    #103907
    Hoinard
    Participant

    Thanks Mahesh, it works!

    #104054
    Mahesh
    Keymaster

    @oinardoo: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Social icon not aligned with Catch Responsive Pro’ is closed to new replies.