Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #495943

    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

    #495995

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.