Hi there again,
Is it possible to create a full width footer widget area in the Writer theme.
Currently the right sidebar continues to the bottom.
If possible can you explain how to setup?
thanks for all of your recent help
Paul
<?php if (is_active_sidebar('bottom')) : ?>
<?php do_action('writer_before_bottom'); ?>
<div id="gk-bottom" role="complementary">
<div class="widget-area gk-3-cols" data-cols="<?php echo GK_Utils::count_sidebar_widgets('bottom', 3); ?>">
<?php dynamic_sidebar('bottom'); ?>
</div>
</div>
<?php do_action('writer_after_bottom'); ?>
<?php endif; ?>