Hello,
You can consider using something like this instead:
<li class="menu-item">
<div class="widget p-4">
<div class="d-flex">
<a href="#" class="social-icon si-small text-white rounded-circle bg-facebook" title="Facebook">
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-facebook-f"></i>
</a>
<a href="#" class="social-icon si-small text-white rounded-circle bg-twitter" title="Twitter">
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="social-icon si-small text-white rounded-circle bg-pinterest" title="Pinterest">
<i class="fa-brands fa-pinterest-p"></i>
<i class="fa-brands fa-pinterest-p"></i>
</a>
<a href="#" class="social-icon si-small text-white rounded-circle bg-whatsapp" title="Whatsapp">
<i class="fa-brands fa-whatsapp"></i>
<i class="fa-brands fa-whatsapp"></i>
</a>
</div>
</div>
</li>
This can only be added inside Sub-Menus. However, if you are adding Social Icons in the Main Menu Container, you will need to add them inside the .header-misc DIV instead of the Primary Menus. This is currently not supported.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.