Hi, I would like to use my own .png social icons that I have added in the top header in the phone field. As you you see in the link the text is stuck to the top and I am trying to make it lower but can’t find what class I should use !
http://goo.gl/g1wJsA
.phone-info {line-height: 31px!important;}
made the header’s height larger which is not what I want.
Thanks for your help !
Olivia
Hey oliviad!
Please add following code to Quick CSS and adjust as needed
.phone-info a img {
top: 4px;
position: relative;
}
Best regards,
Yigit
thanks !