Hello,
is there a possibility the style switcher to move from bottom to top in the tools position?
Regards, Thomas.
<?php if($this->_tpl->params->get('stylearea')) : ?>
<div id="stylearea">
<a href="#" class="style_switcher" id="style_switcher1">Red</a>
<a href="#" class="style_switcher" id="style_switcher2">Green</a>
<a href="#" class="style_switcher" id="style_switcher3">Blue</a>
<a href="#" class="style_switcher" id="style_switcher4">Neutral</a>
</div>
<?php endif; ?>
<div id="gk-toolbar">
<div id="stylearea">
<a href="#" class="style_switcher" id="style_switcher1">Red</a>
<a href="#" class="style_switcher" id="style_switcher2">Green</a>
<a href="#" class="style_switcher" id="style_switcher3">Blue</a>
<a href="#" class="style_switcher" id="style_switcher4">Neutral</a>
</div>