Answer the question
In order to leave comments, you need to log in
Editing footer.php how to move blog?
I can’t install the counter on my site, I plan to put it on the right side.
This is what the code looks like:
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Donovan
*/
?>
</div><!-- #content -->
<?php do_action( 'donovan_before_footer' ); ?>
<div id="footer" class="footer-wrap">
<footer id="colophon" class="site-footer container clearfix" role="contentinfo">
<?php do_action( 'donovan_footer_menu' ); ?>
<div id="footer-line" class="site-info">
<a href=”http://сайт/politika”>Политика конфиденциальности</a>
<?php do_action( 'donovan_footer_text' ); ?>
<?php donovan_credit_link(); ?>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div>
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>
.counters{text-align:right}
<a href=”http://сайт/politika”>Политика конфиденциальности</a>
<div class="counters">
Коды счётчиков.
</div>
Answer the question
In order to leave comments, you need to log in
<div></div>
It's a block element, so it takes up the whole line.
You can do several in .site-info and set each one to "style=float: left;"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question