I’m trying to re-work a header after the theme has gone through a few updates. I used to have a large phone number, address and social icons to the right of the logo, now it’s showing above. Any ideas on fixing this?
Hey!
Try adding this code to the Quick CSS:
div.phone-info {
position: absolute;
right: 0;
top: 15px;
}
Cheers!
Josue