Quantcast
Channel: XTemos » All Posts
Viewing all articles
Browse latest Browse all 39759

Reply To: Make Footer Fullwidth (fit screen size)

$
0
0

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


Viewing all articles
Browse latest Browse all 39759

Trending Articles