Hi The contact details have stopped linking in the header of this site.
I am not sure what has happened.
Can you help
Regards
Jenzai
Hey jenzai,
Credentials did not work for me. Could you please update the credentials.
Best regards,
Victoria
Hi jenzai,
The links do not work because of this rule, that is set in quick css. If you set this to 10, the links are working again.
https://cl.ly/1N0232203Q0q
Best regards,
Victoria
Thankyou!
Hi jenzai,
Glad we got things working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria
Morning. When the site is responsive the phone number and email goes over the menu..
Regards
Jenzai
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#av-burger-menu-ul {
padding: 172px 0px !important;
}
Best regards,
Rikard
Hi, no that did not work
Regards
Jenzai
Hi,
Ok, then try to change this in child theme CSS:
@media only screen and (max-width: 766px) {
#header_meta {
z-index: 10!important;
}
}
to this:
@media only screen and (max-width: 766px) {
#header_meta {
z-index: 1!important;
}
}
Best regards,
Rikard
Thanks, but it make the phone number unclickable.
Regards
Jenzai
Hi,
Thank you for the update.
Please replace the css code with the following.
@media only screen and (max-width: 766px) {
#header_meta {
z-index: 20 !important;
background: transparent !important;
}
.responsive #top #wrap_all #header {
padding-bottom: 30px;
}
}
We removed the background of the header_meta so it doesn’t cover the mobile menu and then extended the header container.
Best regards,
Ismael