Hi, is it possible to hide the Tel/Email/FB icon that appears in the top header bar on a mobile and just show the top shop navigation? Also how do I centre the shop navigation like Tel/Email appears with space below it before the logo as it looks squashed at the moment? Thanks in advance
Hi inchmasterflex!
Add this to your custom CSS.
@media screen and (max-width: 767px) {
.phone-info, .social_bookmarks { display: none !important; }
#menu-shop-menu-top {
width: 250px;
margin: 0px auto !important;
}
}
Best regards,
Elliott