Pinboard remove line break between copyright and credits
-
I am struggling to get the copyright text and the credits text to line up together in the center of the #copyright div. Since they are 2 separate p classes, it results in a line break after the copyright. How can I get them on the same line without breaking everything else? I am using a child-theme.
\\ div id=”copyright”>
<p class=”copyright twocol”><?php pinboard_copyright_notice(); ?></p>
<?php if( pinboard_get_option( ‘theme_credit_link’ ) || pinboard_get_option( ‘author_credit_link’ ) || pinboard_get_option( ‘wordpress_credit_link’ ) ) : ?>
<p class=”credits twocol”>\\
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Pinboard remove line break between copyright and credits’ is closed to new replies.