Skip to content

Instantly share code, notes, and snippets.

@carlosonweb
Created September 20, 2017 03:38
Show Gist options
  • Save carlosonweb/446b5680453d9b2f70e4c550d2a758bc to your computer and use it in GitHub Desktop.
Save carlosonweb/446b5680453d9b2f70e4c550d2a758bc to your computer and use it in GitHub Desktop.
Beaver Builder Content Slider Move the Text Content Up When on Mobile Screen
@media (max-width: 768px){
#bblocal-content-slider .fl-slide-foreground{
margin-top: -200px;
}
#bblocal-content-slider .fl-slide-content{
background-color: rgba(0,0,0,0.2);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment