• Hi,

    How can you make the social media icons bigger than 16 x 16. When I go into the css “sociable/sociable.css” it has the word inactive next to it. I have selected that I want to use the sociable css in the settings area and still no change.

    Please advise.

Viewing 1 replies (of 1 total)
  • Hi,

    How are you changing the css to make the icons bigger?, you must disable sprite usage for images and then you should replace the icons(for icons bigger) in the image folder, after this you must edit the sociable.css and change the size of the images icons ,you have to just modify this line:

    .sociable img {
        border: 0 none;
        float: none;
        height: 16px;
        margin: 0;
        padding: 0;
        width: 16px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Sociable] How to make the social media icons bigger’ is closed to new replies.