Problem with buttons

Hi,
I’m testing Pinbin and I find it lovely. By the way, I’m having some problems with several plugins.
For istance I’m trying to activate “Bootmodal Login Widget” but the login button is displayed with errors. I don’t really know what is causing the problem, I’m a newbie at coding… sorry.
You can see the page here:
http://sherpagest.com/login/
As you can see the button is cutted half way.

Please advise

Thank you
Regards

Hi @davidino77,

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

You can see the page here: http://sherpagest.com/login/ As you can see the button is cutted half way.

You can resolve this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

body.page button.btn {
  background: #48c253 !important;
}

Best Regards,
Movin

Thank you Movin, that was perfect!! Really appreciated.

You are most welcome here :slight_smile: