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
