cspgsl Hi
1) Upon reviewing through exhaustive list of Fontawesome icons which are reflecting here, You may change the unicode which are present for 4.7.0 version as the current one apparently isnt appearing due to it being non-existent in Fontawesome library
Example
- You can try unicode by searching for mail as seen in screenshot
- Thereafter, Replace the FA unicode such as adding fa fa-envelope-o
from here in HTML output
2) Try add this to custom.css file :
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a{padding-left:0 !important;}
Ensure to clear your browser cache if changes dont reflect.