0
Welcome Guest! Login
0 items Join Now

Position Facebook Like button

    • YakAngler's Avatar
    • YakAngler
    • Hero Rocketeer
    • Posts: 386
    • Thanks: 2

    Position Facebook Like button

    Posted 14 years 4 months ago
    • I added a facebook like button to my k2 items by downloading this module and using the below code in my item.php to call the module.
      <!-- Facebook Like Module: -->
          <div class="YakSushiFBLike">
          <?php jimport('joomla.application.module.helper');
          $mods = JModuleHelper::getModules('FacebookLike');
          echo JModuleHelper::renderModule($mods[0]); ?>
          </div>

      I've been messing around with trying to position it correctly but have been unable to get it to move right. Can anyone help me with the correct div.YakSushiFBLike definition in the k2.css so I can move it to either one of the circled spaces in this image?

      Link to page: www.yakanglernation.com/articles/how-to/...ere-time-to-downsize

      This image is hidden for guests.
      Please log in or register to see it.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Position Facebook Like button

    Posted 14 years 4 months ago
    • try to add this at the end of your template.css and clear your cache ...

      div.YakSushiFBLike {
      position: absolute;
      top: 90px;
      left: 380px;
      width: 200px;
      height: 30px;
      }

      div#k2Container.itemView {
      position: relative;
      }
    • YakAngler's Avatar
    • YakAngler
    • Hero Rocketeer
    • Posts: 386
    • Thanks: 2

    Re: Position Facebook Like button

    Posted 14 years 4 months ago
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Position Facebook Like button

    Posted 14 years 4 months ago
    • try to change top: 90px to top: 170px;
    • YakAngler's Avatar
    • YakAngler
    • Hero Rocketeer
    • Posts: 386
    • Thanks: 2

    Re: Position Facebook Like button

    Posted 14 years 4 months ago
    • THANK YOU SIR! :cheesy:

Time to create page: 0.068 seconds