• Resolved humorman

    (@humorman)


    Hey thanks for a great plugin!

    But i have a question i have the site Humorman.dk and the plugin works perfectly but i just want more space between the post picture and the button, how do i do that?

    And can i put social media sharing buttons at the right side of the like button?

    Thank you

    https://ww.wp.xz.cn/plugins/wp-ulike/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Alimir

    (@alimir)

    Hello #humorman,
    1- You can use margin property (CSS) in your theme style. for instance, try this code on your style.css file:

    .wpulike .counter {
        margin: 20px 0;
    }

    2- Yes, of course.

    Thread Starter humorman

    (@humorman)

    Thank you Alimir

    but i need a little more help

    Im not good at CSS i know where i can edit my style.css but where do i put the code?

    Secondly i have found a social media plugin how do i put it next to the like button so they are in line?

    Thank you very much

    Plugin Author Alimir

    (@alimir)

    1- You can put it every where. (Just not in @media)
    2- You should use plugin function in your content loop and then put other social functions in the same div.
    for example:

    <div class="example">
    <?php if(function_exists('wp_ulike')) wp_ulike('get'); ?>
    <?php //social functions or div ?>
    </div>

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Move the butteon’ is closed to new replies.