Parallax button

Hi guys I really need all the button to be centered under the titles, also in the mobile version of the website. See attachment to notice how they don’t work properly for me.

In the mobile version i’d like to have title and button centered above the image. See attachment

Hi @tatti,

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

Could you please share me your site URL where it’s displaying so that i can help you to centre align it?

Kind Regards,
Movin

www.cookielab.it

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 .col-md-4 {
    text-align: center;
}