Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Sajay,

    You will need to add some custom styling to your theme styles.css file, like the following:

    #responsive-menu #responsive-menu-title
    {
        white-space: normal !important;
    }

    Many thanks

    Peter

    Thread Starter sajay

    (@sajay)

    Adding that to my CSS made no difference.

    There is already a style for #responsive-menu #responsive-menu-title that includes “white-space: nowrap !important;”. So which style would take precedence? Apparently not the new one I just added.

    I made the rule more specific by adding higher level elements until the new rule took precedence.

    Thanks!

    Hi Sajay,

    Your styles.css should have taken precedence but perhaps yours is loaded before this one or you arent using the external file option in which case the plugin would take precedence.

    You can tick the remove important tags options in the admin area or do as you have done and add another level of precedence.

    Either way, glad its working for you!

    Peter

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2 lines in menu title’ is closed to new replies.