• Resolved jennyrrr

    (@jennyrrr)


    Have added product categories as a submenu to the main menu.

    On mobile or tablet or laptop when accessing the drop down on ‘shop’ the categories are doubled up.

    How can I lengthen the number of letters allowed for each line.

    Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @jennyrrr

    Thank you for reaching out!

    You can navigate to WP Admin > Appearance > Customize > Additional CSS > and try adding the below Custom CSS:

    ul.sub-menu {
        line-height: normal !important;
    }

    It will improve the visibility and fix the text overlapping issue you are seeing for the submenu items.

    Let us know if this works for you!

    Thread Starter jennyrrr

    (@jennyrrr)

    Hello
    Brilliant, thank you, it worked a treat. I had tried various other similar code but it just didn’t do it.

    Any idea how to make the logo larger?

    Thanks

    Hi @jennyrrr

    Brilliant, thank you, it worked a treat

    We are glad that it worked!

    For the logo, you can use the below Custom CSS:

    img.custom-logo {
        max-width: 260px !important;
    }

    You can increase the logo size by changing the value of max-width: 260px

    Let us know if this works! ??

    • This reply was modified 2 years, 8 months ago by Rafy a11n.

    Hi there @jennyrrr,

    Hope the logo size could changed now! We haven’t heard back from you for a while, so I’m going to mark this post as resolved.

    If you need any further help here, please let us know. Or, if you need additional help with the Storefront theme, please start a new thread and we’ll be able to help you out there.

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Increase length of submenu lettering’ is closed to new replies.