Removing whitespace above gallery section

Hi,

I am struggeling with a question containing the design of my shopify store.

store: https://newindumentis.com/

theme: Symmetry

I have a gallery section right above my footer. I am struggeling to remove the whitespace at the top of the section, so that my featured collection section has the same amount of whitespace at the top and bottom. How do I do this?

All answers are greatly appreciated! Thanks in advance.

  • Here is the solution for you @LR_1
  • 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.
#section-id-template--22947918020947__custom_content_LTAxce {
    margin: 20px !important;
}
  • Here is the result you will achieve:

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

Hi @LR_1

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code just above tag

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
Makka

Hi @LR_1

check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
div#section-id-template--22947918020947__custom_content_LTAxce {
    margin: 10px;
}

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!