• Resolved obeilisc

    (@obeilisc)


    The width of submenu navigation is too long, beyond the right side of the screen, such as a series of festivals can not be fully displayed. How can I change the width or find the width in the CSS of the submenu? I tried some changes that didn’t take effect

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author WPZOOM

    (@wpzoom)

    Hello @obeilisc

    It seems that you already have some CSS code on your website which changes the width of the submenu from 220px to 290px:

    .nav li ul {
        width: 290px;
    }

    The right CSS code to adjust the width of the submenu is this one:

    @media (min-width: 64.0625em) {
    
        .navbar-nav ul {
            width: 200px;
        }
    
    }
    Thread Starter obeilisc

    (@obeilisc)

    Sorry, I’m not sure where to modify this CSS. Is it in the additional CSS in the customer in the application

    Thread Starter obeilisc

    (@obeilisc)

    oh, I found that, thanks a lot

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Too long subtitle width’ is closed to new replies.