Hi there
Edit this file /templates/ja_droid/blocks/navhelper.php
at bottom you have
<?php if($this->countModules('breadcrumb')) : ?>
<jdoc:include type="modules" name="breadcrumb" ></jdoc:include>
<?php endif; ?>
<ul class="ja-links">
<?php echo $layout_switcher ?>
<li class="top"><a href="<?php echo $this->getCurrentURL();?>#Top" title="Back to Top"><?php echo JText::_('Top') ?></a></li>
</ul>
Remove the ul class "ja-links" code block so it will be like below
<?php if($this->countModules('breadcrumb')) : ?>
<jdoc:include type="modules" name="breadcrumb" ></jdoc:include>
<?php endif; ?>
after saved file clean JaT3 Cache and refresh your page