« See all FAQs for SCRN - Responsive single page portfolio
How do I add the parallax-like effect like on the demo?
Add this to style.css
@media only screen and (min-width: 1100px) {
#separator1 .bg, #intro .bg1 {
background-attachment: fixed !important;
}
}



