I'm having a hard time putting together a bootstrap layout that has a simple bar with some information at the top of the site. This bar should be split to allocate the following information:
On the left side: Company name - (99) 99999-9999 - [email protected]
On the right side 4 social networking icons will be placed
(Below this top bar there is a menu bar that is already working)
The problem starts when I change the sizes of the screens, simulating the responsiveness, everything is messed up. I understand that I need to work with media queries, but I'm not sure how to work with the bootstrap columns. What is the best way to solve this question, can you help me please?