Home › Forums › Support › menu cart icon in primary menu appears in line beneath menu This topic has 5 replies, 2 voices, and was last updated 5 years, 5 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 29, 2020 at 9:46 am #1509867 DAVID Hi, How do I get the woocommerce cart icon that is set to appear in the primary menu appear inline with the other items? Right now it appears the line below the menu. Looks a bit odd. I can’t see any way in the customizer to get it to display inline. It feels like it might need to be a filter but I’m not sure what to write. I am using the Generate Press mega menu css if that makes any difference. Thanks for your help. October 29, 2020 at 10:32 am #1509929 DavidStaff Customer Support Hi there, can you link me to the site so i can see the issue? October 29, 2020 at 11:29 am #1510001 DAVID Hi. Thanks for reply. I’ll put link in private as not live yet. October 29, 2020 at 4:16 pm #1510294 DavidStaff Customer Support Try adding this CSS: @media(min-width: 759px) { .main-navigation .inside-navigation { align-items: flex-start; } .main-navigation .inside-navigation .main-nav { flex: 1; } } October 30, 2020 at 2:30 am #1510609 DAVID Thanks David – I think that has sorted it out. Most appreciated. October 30, 2020 at 4:58 am #1510749 DavidStaff Customer Support Glad to be of help Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In