Site logo

Archived topic

Footer Widgets Cut Off for Multiple Rows

16 replies · Started by Anonymous on September 10, 2015

Viewing posts 16–17 of 17

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.

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

This archived topic is closed to new replies.