Hi,
May I know how to move the logo put on the topmenu? please refer to the attachment.
I have created a new module for the logo, just don't know how to edit the css.
Thanks!
<?php if( $this->modules('customlogo')) : ?>
<div id="customlogo">
<jdoc:include type="modules" name="customlogo" style="<?php echo $this->module_styles['customlogo']; ?>" />
</div>
<?php endif; ?>
#customlogo { position:absolute; margin:-20px 0 0 0;}