Viewing 9 replies - 1 through 9 (of 9 total)
  • Jon Bishop

    (@jonbishop)

    Try adding the following to style.css in your theme:

    .socialize-containter {
         margin-bottom:10px;
    }

    I didn’t test the code but it should work.

    Thread Starter futurepocket

    (@futurepocket)

    I added the code to the theme styles.css but it didn’t work out. Then I checked out the styles file for the plugin itself, and found this code:

    .socialize-containter{
    	width:auto;
    	padding:10px;
    	vertical-align:top;
    	border: 3px solid #ddd;
    	display:table-cell;
    }

    I tried adding a bottom margin to this, but no luck, still no space between the related posts and the socialize container. Any other ideas?

    Alwyn Botha

    (@123milliseconds)

    If you install Firefox Firebug then when you visit your website you can immediately see the css styling plus line numbers for that

    Then you can see if you have the new css or are still using the old one

    Jon Bishop

    (@jonbishop)

    Actually it looks like it may have in fact worked. Try increasing the margin-bottom to something like 50px to see if it is really working.

    Thread Starter futurepocket

    (@futurepocket)

    Sorry, it didn’t work out actually. I had to modify the efficient posts plugin and add my own style margin to it because there was no styles.css for that plugin, but thanks for the help anyways!

    Jon Bishop

    (@jonbishop)

    no problem. the next version makes all of this easier but its been hard to complete. ive been doing small tweaks to the current version to keep it relevant in the meantime but the next version blows this one out of the water.

    Thread Starter futurepocket

    (@futurepocket)

    I don’t understand, are you the developer of “Efficient Related Posts”?

    Jon Bishop

    (@jonbishop)

    No, sorry. I made the Socialize plugin.

    Hi everybody, ill been loking for a solution of Sicialize, when it is for Spanish lenguage, Me gusta, i made a mod in the line 17 of socialize.css

    .socialize-in-button{
    min-height:65px;
    width:130px;
    display: block;
    text-align: left;

    when width by default is 60px in botton with box, and i change it with 130px and it work very good for me.

    Sorry for my english

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Adding Space to Plugin Display’ is closed to new replies.