X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   FBTab - changin the CSS for this tab within facebook (https://forum.x-cart.com/showthread.php?t=63032)

xanadude 03-20-2012 12:53 PM

FBTab - changin the CSS for this tab within facebook
 
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

xanadude 03-20-2012 03:19 PM

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 :)

cherie 03-21-2012 02:05 PM

Re: FBTab - changin the CSS for this tab within facebook
 
That class appears in the following two files:

https://s-static.ak.fbcdn.net/rsrc.php/v1/yT/r/dSggryiRjg6.css
https://www.facebook.com/pages/Dartshirtcouk/120043168093105?sk=app_136267806421194

You may be able to override this class in a subsequent file.

xanadude 03-21-2012 02:10 PM

Re: FBTab - changin the CSS for this tab within facebook
 
Thanks for that - I thought as much so will continue searching every other option. It looks daft in timeline with only using just under half the page width


All times are GMT -8. The time now is 11:03 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.