<em>@derek7 73837 wrote:</em><blockquote>Hello everybody, is there a way to move the A+, A- images more on the rigth!?
which files and lines should i modify!?
thanks!</blockquote>
Hi,
I managed to delete these altogether by doing the following to the following file
In ja_templatetools.php (within ja_purity). Open this file. You need to erase the
<ul class=”ja-usertools-font”>
Go to line 145 and delete everything between
?>
and
<script type on Line 157
My new file looks like this.
if (in_array(JA_TOOL_FONT, $_array_tools)){//show font tools
?>
<script type=”text/javascript”>var CurrentFontSize=parseInt(‘<?php echo $this->getParam(JA_TOOL_FONT);?>’);</script>
<?php
}
}
I would estimate that there will be position related data in these paragraphs also.
What I do is save the original file as $$$filename, edit the file and re-upload. If the change is not to your liking, just delete the new file and rename the original file as the main one.
Cheers
njb