Home › Forums › Support › Help with svg icon in menu + description This topic has 3 replies, 2 voices, and was last updated 2 months, 3 weeks ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 24, 2022 at 4:10 am #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. October 24, 2022 at 5:28 am #2384016 DavidStaff 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; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 6, 2023 at 10:40 am #2486219 Adrien Thank you David for your help. January 7, 2023 at 3:26 am #2486769 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In