Fix padding First images: to much white space

Hi,

I need to fix the padding up top maybe 50px up on desktop to much white space> also if possible make the images closer together. My site is https://vazluxe.com’

1 Like

Hey @Luxurymrkt .

Let’s try the following:

  • Navigate to Online Store > Three dots > Edit code
  • Find the theme.liquid file
  • Paste the code below right before the closing tag
  • Save and hard-refresh the storefront

Feel free to adjust the values, of course. The CSS above only targets the first gallery block.

If applied correctly, the result should be:

1 Like

It worked but theres still this extra space on the right side. Possibly to fix?

You can add the following block (the same way) or just paste the rule into that previous block.


This would center the whole block. This is the best I can do, as spreading out the images would increase the gap between them.