• Hi
    i want to increase the width of menu, some text are in wrap and its shows as second line, i didn’t feel good in two lines,

    so I tried to increase the width of menu by editing the css, but i already done the second line issue but the text extend to out of the menu’s background, i don’t know to increase the background of menu , some one please help me about this

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Mark

    (@markwolters)

    Hi,

    the menu background has a class of sub-menu. Changing the width of that class should do the trick. For example:

    .sub-menu {
        width: 250px;
    }
    • This reply was modified 5 years, 1 month ago by Mark.
    Thread Starter ashik193

    (@ashik193)

    I did’t feel any changes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu width Issue’ is closed to new replies.