[Resolved] Help with svg icon in menu + description

Home Forums Support [Resolved] Help with svg icon in menu + description

Home Forums Support Help with svg icon in menu + description

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2383951
    Adrien

    Dear GP Team,

    I need help with the styling of my menu SVG menu icon. You will see enclosed what I would like.
    At the moment the SVG icon is very small next to the main title but I can’t get to align everything with the menu description text.

    Appreciate your help.

    #2384016
    David
    Staff
    Customer Support

    Hi there,

    you currently have some CSS that is sizing the SVG, you need to increase the width / height and float it left like so:

    
    .main-navigation .main-nav ul li.has-svg-icon svg {
        float: left;
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }
    #2486219
    Adrien

    Thank you David for your help.

    #2486769
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.