Convert Plus button alignment

Wanting to vertically center the button on my info bar, but can’t see how to do that anywhere: https://mountainsongchurch.org/
https://prnt.sc/wg8ylb

Hello @tkcostello,

To align the button vertically centre please add this custom CSS code under X/Pro —>Theme Option —>CSS

.cp-info-bar .cp-form-container{
margin: 0px 0;
}
.cp-form-container .cp-form-layout-4 .cp-submit-wrap {
margin-top: 20px;
}  

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps you.
Thanks

Thank you!! This was perfect!

Hi @tkcostello,

You’re welcome and it’s our pleasure to help you. If you have any other concerns regarding our theme features, feel free to reach us.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.