Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #899166
    aprealestate
    Participant

    Hello,

    I have been experimenting with header logo and text layout, and did some changes based on what support team recommended for some other members on this forum.

    Here is my website http://www.expertcrownmoulding.ca

    Please let me know how I can do the following:
    1. I’m trying to reduce space between navigation menu and text above.
    2. Would like to know if I can make logo alignment on the left and text on the right?

    Here is the code I have in _brand.php file.

    <?php

    // =============================================================================
    // VIEWS/GLOBAL/_BRAND.PHP
    // —————————————————————————–
    // Outputs the brand.
    // =============================================================================

    $site_name = get_bloginfo( ‘name’ );
    $site_description = get_bloginfo( ‘description’ );
    $logo = x_make_protocol_relative( x_get_option( ‘x_logo’ ) );
    $site_logo = ‘' . $site_description . '‘;

    ?>

    <?php echo ( is_front_page() ) ? ‘<h1 class=”visually-hidden”>’ . $site_name . ‘</h1>’ : ”; ?>

    ” class=”<?php x_brand_class(); ?>” title=”<?php echo $site_description; ?>”>
    <?php echo ( $logo == ” ) ? $site_name : $site_logo; ?>

    <div class=”logobar-right-text”>
    <p>CALL US NOW – <span style=”color: #008000;”>647-296-0488</span></p>
    </div>

    #900058
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .logobar-left-text {
        float: right;
    }
    .logobar-left-text p {
        margin-bottom: 0;
    }

    Hope it helps 🙂

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