Quote:
Originally Posted by Ben5150VH
I think she fix  thanks it was a setting in the profile where you change the styles etc ...  another question there is no way i can change the title (logo) from center to the left side but keep the space like it is now ?
|
Hmm... ok edit template header and find:
Code:
<div class="ablogo" align="center">
Remove the code shown in
red:
Code:
<div class="ablogo" align="center">
So now all your left with is:
Code:
<div class="ablogo">
That should place it back to the left if not let me know

.