Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1380799
    bluetroop2
    Participant

    More information to come.

    #1380803
    bluetroop2
    Participant
    This reply has been marked as private.
    #1380990
    Christopher
    Moderator

    Hi there,

    Please update this code:

    <div class=".header-phone">(214) 369-7800</div>

    to :

    <div class="header-phone">(214) 369-7800</div>

    Also please wrap logo and contact information within column :

    
      <div class="x-column x-4-5">Logo</div>
      <div class="x-column x-1-5">Text</div>

    Hope it helps.

    #1381581
    bluetroop2
    Participant

    I replaced the phone CSS with the corrected line of text, but not sure how to do the second suggestion (wrapping the logo and contact info), can you assist?

    #1381914
    Friech
    Moderator

    Hi There,

    First add this on your custom CSS on Customizer.

    .header-contact + br {display: none;}

    Then remove the float: right; you applied on header-contact and header-phone.

    Also replace the text-align: left; to text-align: right; on header-contact and header-phone.

    This should position your contact number under the address.

    Now to style the contact number.

    Please update this:

    .header-phone {
        font-size: 18px;
        color: blue;
    }

    To this:

    .header-phone {
    	color: #034d65;
        font-size: 2em;
        font-weight: bold;
    }

    Hope it helps, Cheers!

    #1381983
    bluetroop2
    Participant

    Thank you!

    #1382320
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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