Reduce spacing between in mega menu - pipeline theme

Solved

Reduce spacing between in mega menu - pipeline theme

adr5
Excursionist
30 1 14

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!

 

Screen Shot 2024-07-26 at 8.52.45 AM.png

 

 

example.png

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2401 695 832

This is an accepted solution.

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

step.png

- 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:

BSSTekLabs_0-1722009804400.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 3 (3)

BSS-TekLabs
Shopify Partner
2401 695 832

This is an accepted solution.

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

step.png

- 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:

BSSTekLabs_0-1722009804400.png

 

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
adr5
Excursionist
30 1 14

Thank you so much that worked!

BSS-TekLabs
Shopify Partner
2401 695 832

Glad to help you. Have a good day.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now