• thanhnm

    (@thanhnm)


    I need to customize the size of the dropdown (sub) menu in this page, but i try a lot of tag but no one work. Can you guys help me with the css code? Thank you.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Ruchit Shah

    (@ruchitshah)

    Hi

    You can apply following additional CSS as follows:

    
    ul.sub-menu.menu-odd.menu-depth-1 {
        width: 120%;
    }
    

    Apply Width in % or pixels as per your requirements.

    I hope this will help you.

    Regards,
    Ruchit.

    Thread Starter thanhnm

    (@thanhnm)

    Hi

    thanks for your help, i really appreciate that. But i need the text to down the size, not the shape.

    Hope you can help me again.

    Regards,
    Thanh

    Ruchit Shah

    (@ruchitshah)

    Hi
    To reduce the font size you need to apply following Additional CSS as follows:

    
    a.menu-link.sub-menu-link {
        font-size: 12px!important;
    }
    

    I hope you wanted this.

    Regards
    Ruchit

    Thread Starter thanhnm

    (@thanhnm)

    worked perfectly! thanks a lot

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Trouble with dropdown-menu’ is closed to new replies.