Site logo

Archived topic

Help with svg icon in menu + description

3 replies · Started by Adrien on October 24, 2022

Viewing posts 1–4 of 4

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.

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;
}

Thank you David for your help.

You're welcome

This archived topic is closed to new replies.