How to make this button go right underneath this section?

The button is a separate rich text section and I’m looking to move it right underneath the blank collection list section. I don’t believe there is a standalone button or way to add a button to collection list so this is how i’m trying to bootleg it!

Website: bellissimacrystals.com

Password: flahnu

1 Like

@scalabur

sorry for that issue can you please try this code

#shopify-section-162932379944ca2155 section {
    padding-top: 0;
    margin-top: -50px;
}
1 Like

Where would I put this?

1 Like

@scalabur

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.min.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
2 Likes