Thanks for info I tried but nothing changed. I tried to change it via filemanager and now it works but when I wanted to change it in appearance-editor-style.css it was not working…
I found it while after I made this topic I deleted this part in header.php I marked topic as resolved but thank you for you assistance…
<div id="sidebar-meta" class="widget">
<?php echo '<h3>' . __('Meta', 'theme') . '</h3>'; ?>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</div>
<div class="fright">
<?php if(is_user_logged_in()) { ?>
<p class="reg-info"><?php wp_loginout(); ?> <?php _e('of your account', 'theme');?></p>
<?php } else { ?>
<p class="reg-info">You have not yet registered to our club? <a>/wp-login.php?action=register"><?php _e('Register', 'theme');?></a> <?php _e('or', 'theme');?> <?php wp_loginout(); ?></p>
<?php } ?>
<div id="widget-header">
<?php if ( ! dynamic_sidebar( 'Header' ) ) : ?><!-- Wigitized Header --><?php endif ?>
</div><!--#widget-header-->
</div>