REDUCE HEADER PADDING

HI,

I want to reduce the black space on header below navigation etc. on desktop. my site is https://vazluxe.com/

Hi @Luxurymrkt ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

Hello @Luxurymrkt

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.header__links.header__links-primary { padding-bottom: 0 !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

@Luxurymrkt ,

Step 1: Go to Admin → Online store → Theme > Edit code

Step 2: Find the file theme.liquid

Step 3: Paste the below code before on theme.liquid


Result:

Hope this can help you,

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