Menu on mobile not working

Home Support Business Kit Menu on mobile not working

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1504
    Anonymous
    Inactive

    Hello, i have just opened my website on the phone and when i click on the menu icon to expand the menu, it doesn’t open up. Could you please tell me if I have set something wrong?

    #1505
    ProDesigns
    Keymaster

    Hi @Belafabrica

    Can you please provide us your site URL?

    Thank you.

    #1507
    Anonymous
    Inactive

    Belafabrica.com is the website

    #1510
    ProDesigns
    Keymaster

    Hi @belafabrica,

    Please go to Appearance >> Customize >> Additional CSS and add following CSS

    @media screen and (max-width:640px) {
        
        .site-branding {
            width:80%;
        }
        
    }

    Let us know if you still find any issue.

    Thank you.

    #1525
    Anonymous
    Inactive

    Wow!! That worked. Thank you so much.

    I have two more questions regarding the menu(when I browse on the laptop). I hope you can help me out again.
    1) Could you please me how do I make the background color of each menu item change when I hover over the menu?
    2) If you hover over the ‘Gallery’ tab, you can see that the width of the words in the drop-down is much longer than the background grey area. How do I make the grey area the same size as the text?
    Earlier the text was showing up in two lines so I made a change in the style.css file. This made the text perfect but not the background color.

    Here is the code I changed (I changed the width to 200%)

    .main-navigation ul ul a {
    border-bottom: 0px;
    border-left: medium none;
    border-right: medium none;
    box-shadow: none;
    font-size: 15px;
    height: auto;
    padding: 9px 15px;
    text-align: left;
    width: 200%;
    }

    #1527
    ProDesigns
    Keymaster

    Hi @belafabrica,

    Your site is not loading.

    #1536
    Anonymous
    Inactive

    Oh! I wonder how that could have happened. It seems to be working for me. Could you please check again?

    #1538
    ProDesigns
    Keymaster

    Hi @belafabrica,

    http://belafabrica.com/ Isn’t this link of your site?

    We are still getting 404 only on your site. Please check screenshot here http://nimb.ws/6hfd1Q

    Thank you.

    #1539
    Anonymous
    Inactive

    Hello, I had a plugin which was blocking a proxy ip. Maybe that was the problem. Please let me know if you can access my website now.
    I tried to attach a picture here to show you the problem but couldn’t do so.
    The text is the dropdown is longer than the background. Please let me know how to fix that. Also, the background color change of the menu on hover.
    Thank you in advance

    #1540
    ProDesigns
    Keymaster

    Hi @belafabrica,

    We still cannot see your site.

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