alex-feng
1 - I added this custom css to align the tel:
/*Tel header right*/
@media (min-width: 992px) {
.head-right h4 {
margin-right: 210px;
}
}
2 - The header block has 'hidden-xs' class so that div is hidden on mobile view
In this file: /tpls/blocks/header.php
<div class="head-right hidden-xs col-sm-9 col-lg-6">
I removed that class and it's showing now on mobile.
Kindly check.