Hello,
I am using a topbar for my website, with the following code, which looks good on desktop but not on mobile:
< div style="float:left; padding-top:13px; font-size:15px;">< span style="color:#636363">Une question ? </span><i class="x-icon x-icon-phone" data-x-icon="" aria-hidden="true" style="color:#434f60"></i> < a href="tel:+33%206%2012%2037%2074%2038" style="color:#434f60">06.12.37.74.38</a> < a href="https://www.facebook.com/sage-femme-desvoies/" alt="Page Facebook Sage Femme" target="_blank">< img src="https://charlotte-desvoies.fr/wp-content/uploads/2018/09/test4-fb.jpg" alt="logo Facebook" width="25px" ><span style="color:#636363"> @sagefemmesdesvoies</span></a></div>
<div style="float:right">< button class="timify-button x-btn blue2-btn x-btn-small x-btn-global" data-id="5b8a7e519902fc501864e9fb" style="padding-bottom: 0.563em; margin:5px 0 4px 0;">Prendre rendez-vous au cabinet</button></div>
It looks like this on mobile

How can I change the code so that:
- All the elements of the topbar are centered on mobile
- Remove the strange things at the very top of the topbar (no idea where it comes from as I can not see it on desktop)
- The logo in the header is centered vertically (removing the spacing bellow it)
Thanks,
Antoine


