Home Forums Basel support forum Make Footer Fullwidth (fit screen size)

Make Footer Fullwidth (fit screen size)

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #3443

    themetom
    Participant

    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

    #3462

    themetom
    Participant

    Above the link… thank you.

    #3463

    themetom
    Participant

    And sorry, above the credentials….

    #3465

    themetom
    Participant

    I have replaced the footer.php with old version and now work.
    I think there is a bug in new version.

    #3473

    Artem Temos
    Keymaster

    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 🙂

    #3497

    themetom
    Participant

    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

    #3498

    themetom
    Participant

    Thanks for the appreciation 🙂

    #3503

    Artem Temos
    Keymaster

    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

Viewing 8 posts - 1 through 8 (of 8 total)