Using different text alignment on PARRALAX image position to Bottom

Hi!

Is it possible to change the Title and Text alignment when using PARALLAX with the image position Bottom?

I would like to have a image spread across the full site width with title and text over the image and adjusted to the right side.

Hi @stromboli,

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

Could you please share me the screenshot of how you want it to display and share your site URL where it’s displaying so that i can help you to achieve it?

Kind Regards,
Movin

Hi!

I’m good, thanks for the fast reply!

I want the text to display like in screenshot number 1 but with the image spanning across the whole page like in screenshot number 2. I managed to get a similar result but it’s not really working that well.

Link to website: http://www.aperiox.se/

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

#shapely_home_parallax-8 .col-sm-10.col-sm-offset-1.text-center {
    position: absolute;
    right: 10%;
    top: 30%;
}