Important Note


We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community



InkThemes Support Forum » Colorway Theme

[closed]

Sub-menu: capitalization and width

(3 posts)
  1. Zori
    Member

    Member
    Joined: Apr 2012
    Posts: 4

    I'm having two problems with Colorway's sub-menu system I'm hoping someone might help me to solve.

    1) The sub-menu insists that each word begins with a capital letter. If I were put in a menu item that says "Additional info here", it is transformed into "Additonal Info Here". That is to say, each word begins with a capital letter instead of only the first one.
    This problem is the same as user czarnystokrotek reported earlier, but unfortunately he/she never posted the solution. (Link: http://www.inkthemes.com/supportforum/topic/two-problems-submenu-and-slider )

    2) Secondly, is there a way to make the sub-menu wider? Some of the menu items I have are long words that can't be sensibly shortened, but I'd love to have them on the same line instead of having them squeezed into two or three lines.

    Both problems are illustrated in the following image:
    http://i47.tinypic.com/cj6zo.jpg

    As you can see, the second sub-menu item in the picture is affected by both problems. Each word is capitalized, and the link breaks into three lines. It can't be shortened because the link is intended for clients who are new to the concept it is describing, and are therefore unfamiliar with the acronym (ACT) provided.

    Posted 1 year ago #
  2. Nitesh
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,888

    paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    1)

    #menu .ddsmoothmenu li li {
        text-transform:none;
    }

    2)

    #menu .ddsmoothmenu li li a{
        width: 300px;
    }

    Thanks.

    Posted 1 year ago #
  3. Zori
    Member

    Member
    Joined: Apr 2012
    Posts: 4

    Thank you, Nitesh! Those additions did the trick and both problems are now solved.

    Posted 1 year ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.