• fatimaa

    (@fatimaa)


    Hi Kharis,

    I have few problems with desktop and mobile versions

    1-Mobile menu dropdown is not working because i put that code `#mainnav .menu > .menu-item-has-children > .dropdown-symbol {
    display: none;
    } to hide icon on desktop version. see here

    2-Mobile version logo is too small how to increase the logo size? see here

    3-Desktop version is set to sticky menu but its not working
    4-Desktop version has white space on top. see here

    Kindly help me resolve those issues your help will really appreciated.

    Regards

    Fatima

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Let’s address your queries one by one.

    > 1

    Try replacing this code

    #mainnav .menu > .menu-item-has-children > .dropdown-symbol {
      display: none;
    }

    with

    @media only screen and (min-width: 1025px) {
      #mainnav .menu > .menu-item-has-children > .dropdown-symbol {
        display: none;
      }  
    }
    Thread Starter fatimaa

    (@fatimaa)

    Hi Kharis,
    Problem >1 is solved Awesome thanks.

    Do you want me to create separate topic for each problem? or you will be happy to answer in this post?

    Plz let me know so i can do accordingly.

    Regards

    Fatima

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mobile Menu Dropdown’ is closed to new replies.