Hi,
I am working following website, I used widget to add telephone numbers to the header. Could you please help me to fix the alignment as it is not working on larger screen. When I zoom out the page the telephone number lose the alignment.
Please check the link. http://munarsh.com/Gabellos/
Many Thanks in advance for your help.
Hey vic98!
I can’t see any issue, but use this code to control phone number in header:
@media screen and (min-width: 1200px) {
div#text-2 {
right: 40px;
}}
and adjust as needed.
Best regards,
Andy