Move Buttons

Hi.

I’ve started to play with the Shapely “Demo version”, and it looks good. However, i would like to move the two buttons in the first Parralax section a little bit higher. Any ideas how i can do this?

Hi @ezearne,

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

.shapely_home_parallax:first-child a.btn {
    margin-bottom: 70px;
}

Adjust the value 70px in the above code to set the position of buttons.

Best Regards,
Movin