Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Add Facebook Like Button To Header

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #144632

    How can I get this Facebook “like” button up in the top right corner of my header just below my phone number?

    <div class=”fb-like” data-href=”https://www.facebook.com/Carolinaschoolofsurf&#8221; data-send=”false” data-width=”80″ data-show-faces=”false” data-font=”arial”></div>

    http://www.carolinaschoolofsurf.com

    #144648
    Leonhard Ortner
    Participant

    Hi carolinaschoolofsurf,

    it seems that div you are describing above isnt in your markup at the moment.

    but when its there you could use:

    div#header div.col-full {position: relative;}

    .fb-like {position: absolute: right:0; bottom: 25px;}

    wbr
    leo

    #144682

    <div class=”fb-like” data-href=”https://www.facebook.com/Carolinaschoolofsurf” data-send=”false” data-width=”80″ data-show-faces=”false” data-font=”arial”></div>

    Where would i put this? Any specific page in the wordpress editor? Thanks for your help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.