carolineschnapp
3/12/2016 - 8:47 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.