I have a website I’m building with Pro located at https://staging.mensdiscipleshipnetwork.com
The page has a number of sections. Two of those sections have an image applied as a lower layer with a parallax effect. I have provided some custom css to each as follows:
$el {
background-position: 50% 210px !important;
height: 350px;
background-size: 100%;
}
When I had only one section like this on the page it worked fine. However, when I add a second on the page, the first one has it’s height dramatically compressed and too narrow for my purposes. I would appreciate any help you can provide me to fix this.
Thx