Before you ask please READ THIS

social icon size

edited September 2013 in Hypershot Posts: 24
hi
is it possible to increase the size of the social icons?
i tried to change with css without success

ty
ced

Comments

  • AirAir
    Posts: 10,970
    Hello

    Use this CSS http://support.apollo13.eu/discussion/comment/3317#Comment_3317

    Icons for socials has 24x24px so this is most you can get from them and it will still look nice:-)

    With regards.
  • Posts: 24
    ty

    indeed, i already found this topic and tried to change this css rule.

    but, there is not enough place for the icons.... and the last one is under the line:). i tried to find a solution but i really do not understand how to change the css.

    website : c-quemener.com

    ty

    ced
  • AirAir
    Posts: 10,970
    How you edit CSS? In our theme use plugin like this http://wordpress.org/extend/plugins/pc-custom-css/ activate it, and next go to Appearance->Custom CSS. There you can insert your custom CSS. If it won't work be sure to set Permalinks like explained here http://support.apollo13.eu/discussion/comment/3831#Comment_3831

    With regards.
  • Posts: 24
    I use notepad++ and filezilla.

    I think that my pb is with css rules.
    i tried pc-custom-css and nothing change. i still have an icon (the googleplus icon) which is under the others icon.

    I must increase the width of the parent div but i do not succeed to do it responsivly.

    ty

    ced
  • AirAir
    Posts: 10,970
    Try adding also this CSS

    .socials .visible {
    height: 30px;
    }
    Should help:-)

    With regards.
  • Posts: 24
    ty Air

    it's ok for the height. but the third icon (google plus) is still under the two others icon. And i need it on the same line :)

    we don't see the third icon but with firebug or if you reduce ce size of the window, you'll see it.

    ty
  • AirAir
    Posts: 10,970
    IN advance\apollo13.php line ~31 try to change
    define('SOCIAL_ICON_WIDTH', 20); //Margin included
    20 to bigger number, probably 28 should be ok. Unfortunately it is some old school way of defining width for JavaScript :-S

    With regards.
  • Posts: 24
    perfect, amazing

    ty
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!