I encountered an issue where adding <a href=>
around the font awesome icons (facebook, twitter) caused them to stack vertically. Despite multiple attempts to fix it by adjusting display settings and widths, I have not been successful. Any help would be greatly appreciated.
This stacking behavior only occurs on desktop due to a specific media query. Please ensure that the screen is large enough. Additionally, how can I disable the navbar collapse?
<a href=""><li><i class="fa fa-twitter"></i></li></a>
<a href=""><li><i class="fa fa-facebook"></i></li></a>
The above HTML code contains the problematic section.