Re: increasing space between menu items

Solved

increasing space between menu items

projectthirteen
Excursionist
54 0 4

Hey all just wondering if its possible to increase the spacing between some of my menu items, specificially between "SOUND" and "Contact Us" (meaning they all stay the same amount apart except for contact us and sound so that the bottom smaller menu items sit and the bottom of the menu instead of the middle where they are now. 

See a reference attached below. 

 

Any help would be great.

Screen Shot 2024-06-29 at 7.43.48 pm.png

 

URL: https://project-thirteen.com.au

Pass: projectthirteenpassword

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2401 695 835

This is an accepted solution.

@projectthirteen 

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

step.png

- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

#HeaderDrawer-contact-us {
 margin-top: 80px !important;
}

- If you want a larger spacing, you can increase 80px to a bigger number

- Here is the result you will achieve:

BSSTekLabs_0-1719654695727.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 2 (2)

BSS-TekLabs
Shopify Partner
2401 695 835

This is an accepted solution.

@projectthirteen 

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

step.png

- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

#HeaderDrawer-contact-us {
 margin-top: 80px !important;
}

- If you want a larger spacing, you can increase 80px to a bigger number

- Here is the result you will achieve:

BSSTekLabs_0-1719654695727.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
projectthirteen
Excursionist
54 0 4

Thanks a lot