Tagged: Header Phone Number/Extra Info
Hey guys,
In the section “Header Phone Number/Extra Info” Is it possible to display
Phone Number in the main header area? Left or right.
Please advice.
Thanks,
David
Hi David!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.phone-info {
position: relative;
top: 40px;
left: 50%;
}
Regards,
Yigit
Hey Yigit, that’s awesome man! One more thing, would you mind telling me how do to increase the font size for that area?
Cheers,
David
Hi David!
You can use the same selector to increase the font size
.phone-info { font-size: 18px; }
Regards,
Yigit
That’s fantastic, except – I now need to increase the size of the Social icons!
How do I do that?
Cheers,
David
Hi!
Please add following code to Quick CSS as well
#top .social_bookmarks li a { font-size: 18px; }
Regards,
Yigit
Awesome! thank you very much.
Cheers.
David