Okay
  Public Ticket #147683
Fixed Facebook Like Button
Closed

Comments

  • Rob started the conversation
    Is it possible to put a facebook like button fixed in one of the bottom of the corners of the site.... ?
  •  998
    ThemeNectar replied

    Hey Rob! :)

    Open up the footer.php file and place the facebook like button code inside of a div at the top of the file like this:

    <div class="fixed-bottom-right">
    LIKE BUTTON CODE HERE
    </div>

    and then add this into the Custom CSS box located in your Salinet Options panel:

    .fixed-bottom-right {
       position: fixed;
       right: 20px; 
       bottom: 20px;
       z-index: 10000;
    }

    Cheers!

  • Rob replied

    Amazing!! worked so kind of u http://thelifecycle.roblutter.com

  •  998
    ThemeNectar replied

    Awesome Rob! :)

    Cheers!