Okay
  Public Ticket #1416534
Header 5 --> menu items not clickable
Closed

Comments

  • Max started the conversation

    Hi,

    Updated magento to 2.2.2  and updated the theme to 1.4.9. // also used the patch for mag2.2

    Now the header 5 menu items are not clickable. Also social media buttons not working Please advise how to fix this.

    Regards,


  • [deleted] replied

    Hi

    Thanks for your ticket, please go to MGS -> Theme Settings then scroll down to "Custom Style" and add this code to textarea, refresh cache and try again:

    @media ( min-width: 1200px ) {

        .header.header5 .table-icon-menu .minicart-wrapper .block-minicart {

             left: auto;

        }

    }