JustinWDev of Archived Theme Support
2/21/2016 - 6:20 PM

Remove overlap of content over slideshow in #Venture theme

Remove overlap of content over slideshow in #Venture theme

What you have

What you want

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.