When the logo is centered with menu below in the header how can I add the phone number to the right of the logo instead of the top bar and add the social icons to the left of the logo?
Hey glozemedia!
You could move it around with CSS.
.phone-info { position: relative; top: 80px; }
Or add a widget area to your header, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/.
Regards,
Elliott
Hey!
Please add following code to Quick CSS
.sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
color: #808080!important;
}
Best regards,
Yigit
Thank you!!!