Hi Sal!
Please go to Enfold/includes folder and open helper-main-menu.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
and add your number right above it as following
echo "<div class='phone-no'>your number here</div>";
then add following code to Quick CSS in Enfold theme options under General Styling tab
div.phone-no {
position: absolute;
left: 30%;
}
Best regards,
Yigit
Hey,
Thanks Yigit, worked like a charm!
Sal.