Hi
How can I place a phone number in the main head aligned right (I have taken the top menu out) I do have the social icons in the main header on the right.
Regards
Richard
Hey Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust its position
.phone-info {
position: relative;
top: 60px;
left: 10%;
}
div#wrap_all {
margin-top: -31px;
}
Cheers!
Yigit
Hi Yigit
Thanks..works just fine…interesting way to tackle it.
regards
Richard