• Resolved ksoussou

    (@ksoussou)


    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
    Khalil

    • This topic was modified 7 years ago by ksoussou.
    • This topic was modified 7 years ago by ksoussou.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • saraswatitimsina

    (@saraswatitimsina)

    Hi @ksoussou,

    For your problem you need to add some css and to add that css
    Go to Appearence > Customize > Additional Css and paste following css

    .header_top_txt{
    padding: 0 0 0 59px;
    }

    Thank you

    Thread Starter ksoussou

    (@ksoussou)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Website header’ is closed to new replies.