Facebook Like Button in the wrong place!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yo!ijob
    Senior Member
    • Aug 2005
    • 221

    [Forum] Facebook Like Button in the wrong place!

    Have a look at the attachment......

    There's a large space below where it should be.
    Attached Files
  • Adan0s
    Member
    • Mar 2010
    • 36

    #2
    You propably resized the forum in your template. Had the same error. I ended up editing the threadbit template, getting the facebook-button out of the "pagetitle"-div and throwing it into a single div which i then styled to be only 27px high (that's the size of it in the standard facebook_likebutton template) and floating right.

    Comment

    • robster1225
      New Member
      • Sep 2007
      • 6

      #3
      I'm having the same problem. Is there any other solution aside from the edits that Adan0s mentioned?

      Comment

      • robster1225
        New Member
        • Sep 2007
        • 6

        #4
        I fixed the issue. It seems that with the upgrade something was left out of the template mergers. I pulled this from the default vbulletin.css. Just add it to the bottom of your vbulletin.css and should fix it:

        Code:
        /* Facebook Section */
        label#fb_pulishlabel {
        	font-size: 12px;
        	font-weight: normal;
        	margin-right: 10px;
        	vertical-align: middle;
        }
        
        #fb_likeframe {
        	border: none;
        	overflow: hidden;
        	height: 27px;
        	vertical-align: text-bottom;
        }
        #pagetitle #fb_likeframe {
        	float: {vb:stylevar right};
        	width: 260px;
        }
        .blogbit #fb_likeframe {
        	margin-top: 7px;
        }
        
        /* Fix for Facebook Connect rtl scrollbar */
        <vb:if condition="$stylevar['textdirection'] == 'rtl'">
        #FB_HiddenContainer { left: 0; right: -10000px; <vb:if condition="is_browser('firefox')">display: none;</vb:if> }
        </vb:if>

        Comment

        widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
        Working...