follow button css

  • Unknown's avatar

    I need help with a css to customize the follow button into a small button just beside the two other buttons on my home page. kindly help
    Bimbo
    http://bimboamole.org/

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, moving the follow button from the bottom right of your site to up by the twitter and email icons would not work well since it would bring with it the entire sign-up form. You can add this to your custom CSS to test and see what I mean.

    .loggedout-follow-normal {
        position: absolute;
        top: 380px;
    }
  • Unknown's avatar

    Hi thesacredpath. Thanks as usual
    I tried the code. Nothing happened at all.
    And by the way, I’m not talking of necessarily moving the button of bottom right up to the upper side, but adding a new follow button entirely. You think one can’t do this with css?
    thanks

  • Unknown's avatar

    Hi thesacredpath. Thanks as usual
    I tried the code. Nothing happened at all.
    And by the way, I’m not talking of necessarily moving the button of bottom right up to the upper side, but adding a new follow button entirely. You think one can’t do this with css?
    thanks

  • Unknown's avatar

    After adding the code, did you by chance view your site while not logged in? The code I gave was for logged out users.

    In some themes, a follow widget could be moved up and into place, but this is problematic on responsive width themes such as Ryu. In addition, RYU widgets are hidden until the menu button is clicked and that presents addition issues that we may not be able to overcome with CSS. I really can’t think of a way to do this on RYU cleanly.

  • The topic ‘follow button css’ is closed to new replies.