I am modifying my sing-up page and overall it looks the way I want it. However, I am having problems moving the "Sign up" section and overall top part of the header (see screenshot). I know it is this code that I need to move and when I move it right below the header my entire design suddenly does not work anymore. PHP: {php} echo amember_get_header($this->_tpl_vars); {/php} It seems like moving this code below my header disconnects the CSS information. I am not able to find the connection where that code is in the templates. If I remove the "sign up" section completely the entire site design does not work. Where do I find this code to modify or how can I accomplish what I need? Thanks.
I see you are using beta 3.2.2 In this case that code calls "top" part of templates/layout.html You should change only file layout.html - it will affect design of all your pages. No need to edit each page separately!