Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #280890

    I have tried several listed solutions on this forum until I am pulling my hair out.

    The last link in my menu folds under the other links when ANY browser window is resized. Chrome, IE, FF – makes no difference.

    One here:

    @media only screen and (min-width: 768px) and (max-width: 1060px) {

    #header #header_main_alternate > .container {
    width: 930px;
    }}

    Did absolutely nothing…and a few more…nothing.

    #280984

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (min-width: 989px) and (max-width: 1139px) {
    li#menu-item-3141 {
        position: absolute;
        top: 0;
        right: -130px;
    }
    }

    Cheers! 
    Josue

    #280996

    Perfect!

    Thanks again for such awesome support.

    #281000

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu Links Not Responsive’ is closed to new replies.