Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Remove overlap of content over slideshow in #Venture theme

What you have

Alt text

What you want

Alt text

How to get it

Open your theme stylesheet in the template editor, scroll down to the bottom using Cmd-↓, and add the following:

.hero {
  margin-bottom: 0;
}

✱ This will remove the overlap in all screen sizes.

@BackdropCity
Copy link

awesome thanks!

@WalletWerks
Copy link

I know this is quite old, But I have tried this option on my test theme and I can not remove the overlap on the slideshow from the collection list. Any help would be greatly appreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment