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

    Hi, Is it possible to change the submenu width for a specific menu item, without affecting the other submenu widths?

    For example, can the submenu for “Programs” be wider than the submenu for “About” (which is the default submenu width)?

    Website details below. Thank you!

    #960590

    Hey designyvr,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    #top .av-main-nav li#menu-item-3712:hover > ul {
        min-width: 300px;
    }
    
    
    /* End CSS */
    
    

    Please make sure to clear the browser cache to view the changes.

    Best regards,
    Vinay

    #960627

    This is great!!! Thanks for the quick response Vinay!!

    #961073

    Hi designyvr,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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