Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1121545
    Lely
    Moderator

    Thank you for the kind words!

    Cheers!

    #1121697
    charliesa
    Participant

    Gosh, you didn’t tell me everything. I wanted the loge above the text (address) which is greater than 100px, and all above the footer menu.
    Therefore I had to increase the CSS max-width by 50px; . How do you expect me to do this stuff if you don’t spoon feed me.

    🙂 Everything works great, thanks very much…again, for the thousandth time.

    <?php if ( x_get_option( ‘x_footer_bottom_display’ ) == ‘1’ ) : ?>

    <footer class=”x-colophon bottom” role=”contentinfo”>
    <div class=”x-container max width”>

    <div class=”custom-footer-content”>

    <h6>Novelty Home Care<br>
    9107 Wilshire Blvd S.<br>
    Hollywood, CA 90120</h6>
    </div>

    <?php if ( x_get_option( ‘x_footer_menu_display’ ) == ‘1’ ) : ?>
    <?php x_get_view( ‘global’, ‘_nav’, ‘footer’ ); ?>
    <?php endif; ?>

    <?php if ( x_get_option( ‘x_footer_social_display’ ) == ‘1’ ) : ?>
    <?php x_social_global(); ?>
    <?php endif; ?>

    <?php if ( x_get_option( ‘x_footer_content_display’ ) == ‘1’ ) : ?>
    <div class=”x-colophon-content”>
    <?php echo do_shortcode( x_get_option( ‘x_footer_content’ ) ); ?>
    </div>
    <?php endif; ?>

    </div>
    </footer>

    <?php endif; ?>

    #1121702
    Paul R
    Moderator

    You’re most welcome! 🙂

    Have a great day!

  • <script> jQuery(function($){ $("#no-reply-1120998 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>