Website header
-
Hi,
I have in my website on the very top right hand side my contact details. Above the mobile contact I have a space that I am trying to fill in by having the words “Contact us”, and when I do, all the contacts move down one line and the space remains as it is. This is the code:<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 header_top_txt"> <span class="call_us"><a href="tel:<?php echo get_field('mobile_number');?>"><?php echo get_field('mobile_number');?></a></span> <span class="call_us2"><a href="tel:<?php echo get_field('telephone_number');?>"><?php echo get_field('telephone_number');?></a></span> <span class="mai_us"><a href="mailto:<?php echo get_field('email_address');?>"><?php echo get_field('email_address');?></a></span> </div>
I noticed in the first line of the code I have the words “header_top_text”, which I don’t understand what it does and when I remove it the contacts details font, size and colour change significantly.
Please help resolving this issue
Thanks
KhalilThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Website header’ is closed to new replies.