Hi,
How do i stack the phone and email in the extra elements on mobile. Right now they are side by side and cut off. I have attached a screenshot.
Hey vrhgmt744p,
Thank you for the inquiry.
Please add this css code to adjust the phone info field on smaller screens:
@media only screen and (max-width: 768px) {
/* Add your Mobile Styles here */
#top #header_meta .phone-info div {
display: block;
}
#top #header_meta .phone-info div .avia-icon-pos-left {
top: 2px;
}
}
Best regards,
Ismael