Make Footer Fullwidth (fit screen size)
-
It’s possible to set the footer fullwidth. In this moment i have tryed many settings, but remain stretched.
The main layout is fullwidht.
Thanks
Above the link… thank you.
And sorry, above the credentials….
I have replaced the footer.php with old version and now work.
I think there is a bug in new version.
Try to add the following code snippet to the Custom CSS section in Theme Settings to make footer full width
.container.main-footer {
width: 95%;
}
PS: Your web-site looks very nice 🙂
Not work for me.
In the previous footer php there is a line:
<?php if (basel_needs_footer()): ?>
<?php if ( ! basel_is_woo_ajax() ): ?>
</div><!-- .main-page-wrapper -->
<?php endif ?>
<?php if ( basel_get_opt( 'prefooter_area' ) != '' ): ?>
<div class="clear"></div>
<?php echo do_shortcode( basel_get_opt( 'prefooter_area' ) ); ?>
<?php endif ?>
</div> <!-- end row -->
</div> <!-- end container -->
In the latest version (2.1)
<?php if (basel_needs_footer()): ?>
<?php basel_page_bottom_part(); ?>
<?php if ( basel_get_opt( 'prefooter_area' ) != '' ): ?>
<div class="basel-prefooter">
<div class="container">
<?php echo do_shortcode( basel_get_opt( 'prefooter_area' ) ); ?>
</div>
</div>
<?php endif ?>
I think is a little issue? In 2.1 footer is non fullwidth
Thanks for the appreciation 🙂
We don’t see this code added on your web-site now. So we have added it for you and now footer is full width https://gyazo.com/da84ade4bd46378aab2984b90a27bcfd