I searched the forum and could not find this anywhere, sorry if this is a repeat question. I am trying to get the main content area of all my member pages centered, at a specific width (900 pixels) and with a white background. My page has a colored background so it needs to have a value filled in. Right now the dark bg is showing through all my member pages and also the main content is all shifted to the left of the page. Only I can't find the css style that addresses the main part of the pages table background. I prefer not to have to do each page individually because that is time consuming and I may miss a page such as a payment or message page that members may come across. Is there css for this? If not, was wondering how I edit it on the individual pages such as the member/main.html page doesn't seem to even have a large content area table on it??? I adjusted the signup page easily because that had a physical table on it to edit: http://www.christianhomebusinessassoc.com/amember/signup.php Thank you for assistance with this, Claudia Beck
You should edit aMember header and footer (or layout.html in last version) instead of individual pages. Just put table in header and footer(or layout) and that table will be outside of all aMember tables that defined in signup or member templates.
Perfect! Thank you! Just curious, what happens to the header & footer system with the new update since there will be a single "layout" page (which sounds even easier to use)? C.
Header and footer are defined in layout.html now. header.html and footer.html templates now just have functions that parse header and footer from layout.html So header and footer templates should not be edited. You right it is more easy now to change aMember pages look. Also hooks were implemented to allow replace header and footer from site.inc.php