cambokev Posted April 23, 2011 Share Posted April 23, 2011 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 More sharing options...
Hotclutch Posted April 23, 2011 Share Posted April 23, 2011 Try looking in the folder includes\modules\social_bookmarks\ Link to comment Share on other sites More sharing options...
cambokev Posted April 24, 2011 Author Share Posted April 24, 2011 mmm, can't see any code for alignment or calling a class on a stylesheet... obviously i'm no coder... any other ideas Link to comment Share on other sites More sharing options...
germ Posted April 24, 2011 Share Posted April 24, 2011 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 More sharing options...
cambokev Posted April 25, 2011 Author Share Posted April 25, 2011 Jim - you legend mucho gratis Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.