Shape 5

Joomla Templates => Your Store - July 2007 - Club => : ashley October 24, 2007, 08:03:02 AM



: My Account/Tools
: ashley October 24, 2007, 08:03:02 AM
Is it possible to move these to the centre of the page ??
Thanks


: Re: My Account/Tools
: jonahh October 24, 2007, 09:41:12 PM
Ashley,

Look for the following code in your index.php file:

  <div id="s5_topbuttons"  style="z-index:1; position:relative;">

Change this to:

  <div id="s5_topbuttons" style="left:50%;position:absolute;margin-left:-24px;">

Play with the margin-left to better center the buttons, for example if you only show the my account button it will appear off center as -24 is taking in account that both buttons are shown.

Regards,



: Re: My Account/Tools
: ashley October 25, 2007, 01:38:08 AM
Many Thanks worked a charm