Title location on homepage header

How do I raise the location of my main title on the homepage? I would like to raise it higher as well as the subtitle and button below it.

Thank you!

Hey there

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 -> Additional CSS

/*move title up*/
#shapely_home_parallax-2 > section > div > div > div > div > div{
  position:relative;
  bottom:30px;
}

Best Regards,
Support