Hi there!
Phone number is overlapping the social icon bar for some reason. How can I change the position of it?
Already tried following:
.phone-info span {left:30px;} => no result
.phone-info span {margin-left:30px;} => moves phone info but still overlaps function of displayed icon
Would be great if you could help again. Thank you!
and also the font weight.. I tried:
.phone-info span {font-weight:regular;} => no result
Would be nice if you could help.
Cheers,
Moritz
(www.urban-homes.de)
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.social_header .phone-info { margin-left: 20px; font-weight: normal; }
Cheers!
Yigit
Hi Yigit,
thank you. Just added the code and helped moving the phone info to the right and changing font-weight, but the problem with the icon is remaining. It does only work on the upper left part of the icon field.
Do you have an idea what could help?
Cheers,
Moritz
Hi!
Please use following code instead
.sub_menu { margin-left: 80px; }
.social_header .phone-info { margin-left: 0; }
Best regards,
Yigit