Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41864

    Hello,
    I would like to know if there’s the possibility to enlarge the size of the dropdown column of the menu, in order to reduce some submenu title to one line only instead of two.
    my website is http://www.fluegasknowhow.com

    Regards

    #41869
    Sakin
    Keymaster

    @fluegasknowhow: Yes sure, you can increase the width in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box. IN the following css, I have already increased 30px as initially it was 205px and 185px. Make sure you increase equal image in both the css.

    #header-menu ul.menu ul { width: 235px; }
    #header-menu ul.menu ul a { width: 215px; }
    #41874

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘submenu: dropdown column width’ is closed to new replies.