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
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
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