This topic has 2 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Hello support!!
Is there a way to make the telephone number and the e-mail in the header interactive, in order to have a better user experience on mobile?
Thank you
Regards
Hello,
Try to add this code in Global custom css:
@media only screen and (max-width: 992px) {
.header-widgets {
display: block;
}
.header-widgets span {
font-size: 12px !important;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up