Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

left align social bookmarks


cambokev

Recommended Posts

hi

 

can anyone point me in the right direction of aligning the social bookmarks buttons.

 

I've got a few in my left-menu but they are by default 'centre' aligned. I can see the css entry to change (view source), see below:

 

<div class="ui-widget-content infoBoxContents" style="text-align: center;"><a href="http://www.facebook.com/share.php?

i can normally work this out but can't find the correct webpage to update, thought it would be product_info.php but can't find it...

any ideas...thanks...

Link to comment
Share on other sites

includes/modules/boxes/bm_product_social_bookmarks.php

 

          $data = '<div class="ui-widget infoBoxContainer">' .
                 '  <div class="ui-widget-header infoBoxHeading">' . MODULE_BOXES_PRODUCT_SOCIAL_BOOKMARKS_BOX_TITLE . '</div>' .
                 '  <div class="ui-widget-content infoBoxContents" style="text-align: center;">' . implode(' ', $social_bookmarks) . '</div>' .
                 '</div>';

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...