• Hello All,

    I’m nearly where i need to be with my new site. Just one thing i cant change. Its the length of drop down sub menus. It word wraps some of the text.

    I’ve tried various cc scripts from other posts but none seem to have an effect.

    Is this a limitation of the template or is there a solution please?

    Thanks

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

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

    Try adding this in Dashboard – Appereance – Customize – Additional CSS in the Customizer

    @media screen and (min-width: 48em){
        .main-navigation ul ul a {
            width: 22em;
        }
    }

    You can learn how to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

    Hope this helps,
    Kind regards!

    Thread Starter aidwilliams

    (@aidwilliams)

    That worked perfectly. Thanks very much

    Happy to help! Glad it works!

    If your question has been answered, we would love if you would mark this topic as resolved in the sidebar. This helps our volunteers find the topics that still need attention and more people will get helped, possibly like you did.
    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sub Menu Length’ is closed to new replies.