• Hi
    I just started using wordpress. I have menu on my site which is responsive but the problem is when i minimize from computer screen to mobile screen then it works fine. but when i try to maximize that screen again then menu items change their place. I try to find the problem but not able to find. here is link for site https://www.asiaticgroup.in
    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • hey jak00711 !

    I think the problem is in the padding.try to change padding property in your style.css

    .menu a {
    
        color: #ffffff;
    
        cursor: pointer;
    
        display: block;
    
        font-size: 13px;
    
        line-height: 45px;
    
        margin-bottom: 0;
    
        margin-top: 0;
    
        padding-bottom: 0;
    
        padding: 0 21%; ===> THIS PART becomes==> padding: 0 10px;
    
        position: relative;
    
        text-decoration: none;
    
        white-space: nowrap;
    
    }

    I think that’s whats causing the problem, let me know if its solved

    Thread Starter jak00711

    (@jak00711)

    Hey codemaniac
    no it’s not working.

    Would you be able to post a public link to a screenshot of the problem? Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘responsive menu problem’ is closed to new replies.