• Resolved peggyst

    (@peggyst)


    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)
  • Thread Starter peggyst

    (@peggyst)

    And by ‘center’ I mean vertically-aligned in the center of the div.

    Thread Starter peggyst

    (@peggyst)

    Ugh. I had set .twocol to 100% in my child css, which is why the line break was occuring. Doh.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pinboard remove line break between copyright and credits’ is closed to new replies.