Preview:
<?php if (is_active_sidebar( 'footer-menu-services-widget-area' )) : ?>     
            <div class="grid-25 tablet-grid-50 mobile-grid-100">
                <ul class="sidebar footer-n-menu">
                    <?php dynamic_sidebar( 'footer-menu-services-widget-area' ); ?>
                </ul>
            </div>
            <?php endif;?>
            
            <?php if (is_active_sidebar( 'footer-menu-about-widget-area' )) :?>
            
            <div class="grid-15 tablet-grid-50 mobile-grid-100">
                <ul class="sidebar footer-n-menu">
                    <?php dynamic_sidebar( 'footer-menu-about-widget-area' ); ?>
                </ul>
            </div>
            
            <?php endif;?>
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter