[ad_1]
Hi @burgerino,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
@media only screen and (max-width: 1024px) {
.bhfb-component-contact_info .header-contact-inline {
display: block !important;
}
.bhfb.bhfb-header .bhfb-component-contact_info .header-contact.header-contact-inline a + a,
.bhfb-mobile_offcanvas .bhfb-component-contact_info .header-contact.header-contact-inline a + a {
margin-left: 0;
}
}
Thank you for the prompt response. It worked