Change position of title and content in parallax section

Hello

Is it possible to change the position of the title in the parallax section? On this page, I would like the title and content to be lower, towards the bottom of the picture. I would like the title to go right above the snow patch. Thanks!

Hi @rainstorm,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

@media (min-width: 992px){
#shapely_home_parallax-3 .align-transform {
    top: 75%;
    left: -21%;
}

}

Best Regards,
Movin