amember - wordpress theme layout

Discussion in 'Templates customization' started by sarah_rendle, May 8, 2014.

  1. sarah_rendle

    sarah_rendle Member

    Joined:
    Apr 3, 2014
    Messages:
    69
    Hi guys, Can anyone help please I have integrated my amember to my wordpress theme everything looks fine in the login and logout pages. But all other pages are spread to 100% of the screen and doesn't fit into the theme template.

    How do I make the amember pages to fit within the wordpress theme?

    Thanks
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    you need to look at the amember.css file, and edit the css in a new file called site.css
    there you can put the correct sizing info so it wont get overwritten by updates.

    David
  3. sarah_rendle

    sarah_rendle Member

    Joined:
    Apr 3, 2014
    Messages:
    69
    Hello David

    Thank you for this - I can see the css file in the theme sample I assume from your comment that I create a new site.css file and enter my detailes in there.

    Am I in the right place?

    Sarah x
  4. sarah_rendle

    sarah_rendle Member

    Joined:
    Apr 3, 2014
    Messages:
    69
    Ok, for anyone also looking for this

    I created a file called site.css and added
    body {

    margin: 0 auto;
    width: 960px;
    }

    Everything now fits brilliantly within my wordpress theme.
  5. skubeedoo

    skubeedoo Member

    Joined:
    Aug 3, 2009
    Messages:
    30
    Where does the css file go?
  6. skubeedoo

    skubeedoo Member

    Joined:
    Aug 3, 2009
    Messages:
    30
    Never-mind, found it (sorry), but this solution didn't work for me. the signup form is still stretched out.
    Any suggestions?

Share This Page