Support » Theme: Storefront » Main Navigation Icon+text alignment

  • Resolved zetmanechine

    (@zetmanechine)


    Hi,

    I really need help as I have browsed all available threads and forum pages regarding this.
    What is a css code option to fix main navigation specifically primary navigation icons and text alignment?
    I am trying to make the text go under the icon, but the best I could do is have it arranged in the bottom right corner.

    Thank you so much in advance.

    The page I need help with: https://zetmanechine.ro

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    I can recommend using the following CSS code to adjust the navigation menu items:

    
    img._mi._before._image.litespeed-loaded {
        display: block;
        margin: auto;
    }
    

    I also noticed the submenu width is off so I can recommend this to tweak it:

    
    ul.sub-menu {
        width: auto;
    }
    

    I hope this helps!

    Cheers!

    Hi @zetmanechine,

    We haven’t heard back from you for a while, so I’m going to mark this post as resolved. If you have any further questions or need additional help with the Storefront theme, please start a new thread and we’ll be able to help you out there. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Main Navigation Icon+text alignment’ is closed to new replies.