[Resolved] Footer Widgets Cut Off for Multiple Rows

Home Forums Support [Resolved] Footer Widgets Cut Off for Multiple Rows

Home Forums Support Footer Widgets Cut Off for Multiple Rows

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #362733
    Susanne

    Hi Tom,
    Yes I usually have the copyright and my byline on the right. so I modified the last part like so:

    <footer class="site-info" itemtype="http://schema.org/WPFooter" itemscope="itemscope" role="contentinfo">
    		<div class="inside-site-info grid-container grid-parent">
    			<div id="copyright">copyright &copy;<?php echo date( 'Y' ); ?> <?php bloginfo(); ?></div>
    		<div class="credit"><p>design by <a href="http://redprincessproductions.com" title="Red Princess Productions" target="_blank">Red Princess Productions</a></p></div
    		</div>
    	</footer><!-- .site-info -->
    	<?php do_action( 'generate_after_footer_content' ); ?>
    </div><!-- .site-footer -->

    But I must have done something wrong.

    #362808
    Tom
    Lead Developer
    Lead Developer

    You could likely just use the Footer Bar widget area for your byline in “Appearance > Widgets”.

Viewing 2 posts - 16 through 17 (of 17 total)
  • You must be logged in to reply to this topic.