Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #924608

    Hi there

    When I make the phone number at the top of the header clickable it moves the main menu down. How can I stop it doing this?

    Thanks

    #924672

    Hey Picante,

    Can you add the link to the number, so we can inspect the page and see what might be causing the issue.

    Best regards,
    Jordan Shannon

    #924698

    Hi,

    Add the below code to your phone info section in Enfold > Header > Extra Elements

    <a class="phone-info-top" href="tel:01223852872" class=" ">Cambridge 01223852872 </a>
    <a class="phone-info-top" href="tel:01638640160" class=" ">Newmarket 01638640160 </a>

    Then add this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    
    /* Phone info */
    .phone-info-top {
      display:inline-block!important;
      padding:4px 10px;
    }
    

    Best regards,
    Vinay

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.