Shape 5

Joomla Templates => Creative Edge - September 2007 - Club => : chrisg56 November 17, 2007, 11:15:40 AM



: How Do I Change Header Module User Position In This Template
: chrisg56 November 17, 2007, 11:15:40 AM
The CreativeEdge template is positioned on the top right. How can I change it to the top left.
Thanks or any help.


: Re: How Do I Change Header Module User Position In This Template
: jonahh November 18, 2007, 12:25:26 PM
Hello,

You will need to edit the particular color CSS file you are using so if you are using color1.css edit as follows:

Look for the below at about line 105 and change the float:right to a float:left as I have done below

#s5_header_top_menu {
  float:left;
  height:12px;
  padding-top:12px; }

Regards,