Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68042
    Bergie
    Participant

    Can you please tell me the code to have the menu items not wrap?

    Here is my website and if you go to Tournaments you will see that one of the options takes up 2 lines and I would like to have it a little wider.

    http://hoosierlacrosse.org/

    Thanks for a great theme!!!!

    #68071
    Sakin
    Keymaster

    @Ken: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .catchresponsive-nav-menu .sub-menu, 
    .catchresponsive-nav-menu .children,
    .catchresponsive-nav-menu .sub-menu a, 
    .catchresponsive-nav-menu .children a {
        width: 300px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Warping text in menu’ is closed to new replies.