Parallax FrontPage Widget - Button Position

Hello,
Is there any way to change the position of the buttons in the Parallax FrontPage Widget? I would like to move the buttons further towards the bottom of the widget, so as not to obscure the text. The url is: http://themavenmethod.com
Thank you very much!

DJ

Hi DJ,

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

It is displaying in the bottom on your site as shown in the attached screenshot.

Please advise.

Best Regards,
Movin

Hi Movin,
Thank you for your quick response. I modified the page and added a screenshot that correctly reflects the problem I’m having. Thank you again.

DJ

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 .align-transform {
    top: 75%;
}

That fix worked great - thank you for your help!

DJ

You are most welcome here :slight_smile: