View Single Post
  #2  
Old 03-20-2012, 03:19 PM
 
xanadude xanadude is offline
 

eXpert
  
Join Date: Jun 2006
Posts: 247
 

Default Re: FBTab - changin the CSS for this tab within facebook

Quote:
Originally Posted by xanadude
How do I go about changing the way this module looks in FB

I have messed with the layout in firebug but do not know were to actually place these changes

Thanks

Ok I have found most setting just need to change the entire width to fit the page
site is
http://www.facebook.com/pages/Dartshirtcouk/120043168093105?sk=app_136267806421194


I want this
.profile-platform-pane {
overflow: hidden;
padding-right: 0;
position: relative;
width: 520px;
}

to be this
.profile-platform-pane {
overflow: hidden;
padding-right: 0;
position: relative;
width: auto;
}


But cannot locate this css entry in the style.tpl file

help please
__________________
Xanadude

http://wemakeanyshirt.com X5 with x-Cart Mobile in build
Reply With Quote