Hi guys,
can you please advise how to vertically align an image with the text in the “Phone number or small text” area.
Here is a link to the site http://ascendaccounting.com.au/. At the moment its aligning to the baseline.
Regards.
Miles
Hey Miles!
Try adding this code to the Quick CSS:
.phone-info img {
position: relative;
top: 9px;
}
Cheers!
Josue
Many thanks Josue,
that worked perfectly.
Cheers.
Miles