How to move that part of the header?

Discussion in 'Templates customization' started by nsusa, Sep 16, 2010.

  1. nsusa

    nsusa New Member

    Joined:
    Sep 10, 2010
    Messages:
    8
    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).

    [​IMG]

    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.
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    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!
  3. nsusa

    nsusa New Member

    Joined:
    Sep 10, 2010
    Messages:
    8
    That did the trick :)

    Thanks.

Share This Page