Reduce spacing between in mega menu - pipeline theme

Hello!

I’m wondering if there is any way to reduce the spacing between each sub-menu category so that everything is lined up together.

Two screenshots attached. The first is the current navigation/menu. The second photo is a quick mock up of what I’d like to see (also if possible, centered underneath the navigation links instead of to the left where it currently is.)

Website: bigbudpress.com

Thank you!

  • Here is the solution for you @adr5
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
@media only screen and (min-width: 600px) {
.grandparent.kids-6 .header__dropdown__inner {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

Thank you so much that worked!

Glad to help you. Have a good day.