Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #115378
    filip_1
    Participant

    Hello,

    so I have problem with my menu bar when I minimize the window or when I open my web page on some cell phone. It’s just suddenly everything mixed up and don’t know how to solve this problem.

    Thank you for your help

    link to page:
    http://www.zupa-bezgresnog-zaceca-bdm.hr

    Regards,

    Filip

    #115420
    Mahesh
    Keymaster

    @filip_1: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (max-width: 990px) {
        #menu-pocetna .menu-item {
            width: 100%;
        }
        #access ul li a {
            text-align: left;
        }
    }

    Regards,
    Mahesh

    #115463
    dschwartzer
    Participant

    I am having a similar problem (I think). http://appletechtalk.com

    In my case, only one of the menu items is of center from the rest. It has been fine for months and now suddenly is no longer lined up.

    The Marketplace” menu item is sitting lower than all the others (when I am in the Chrome browser. It may be others but I can’t test them right now).

    I have tried removing and re-adding the menu item, shortened the name and tried the CSS you suggested above but it still does not line up.

    Any other suggestions?

    #115486
    Mahesh
    Keymaster

    @dschwartzer: I don’t quite really see what your issue is. Please check the image in the link below:
    http://bit.ly/2ptIt4T
    This is how the menu looks right now on your site.

    Regards,
    Mahesh

    #115504
    dschwartzer
    Participant

    Mahesh:

    Thanks for taking a look at this.

    In doing some additional testing it appears the issue is related to a single browser on a single computer. I tested the site on another machine using three different browsers and like you, the menu rendered correctly.

    Sorry for the confusion.

    Regards,

    David

    #115537
    Mahesh
    Keymaster

    @dschwartzer: Yes, may be some caching issue.

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Problem with menu bar’ is closed to new replies.