It’s in profile/index.php.
Search is your your friend
Thanks. I probably misspoke; I know profile/index.php includes the vcard statement, but I’m looking for the declaration. I want to change the margin-left item so that the vcard position shifts left. I can’t find the vcard div declared in _inc/css/screen.css or elsewhere.
Found: it is declared in ( ../bp-sn-parent/_inc/css/layout/internal-pages/3c-left.css );
FireBug is your friend when trying to sort out CSS issues–and much more!
Jeff: I use FireBug all the time. The problem is it doesn’t provide a link to where the css is declared, so it can be changed. I’m currently trying to track down how to move the button bar to appear inside the left-menu div rather than the optionsbar, which I’ve removed. How do I change the buttonbar so it appears in the left-menu rather than its original location?