I have no spaces after and I even changed the world "Approved!" to "Apply!". Yet, the button width hasn't changed and it is so long that it makes the horizontal scroll bar. Is there a way to make the button smaller and the text to centre on the button? http://speedycarloans.ca/car-loan-calculator/ Thanks in advance, Albert
Hello, We have fixed this issue and update theme to the members area, so please download a fresh copy of theme from members area that will resolve your issue. Thanks & Regards Yogesh Bhade
Yes, it fixed almost all issues! Looks pretty good! Thanks! Just one problem remains regarding the buttons. Just in 850px to 950px width The button looks cramped and it create horizontal and vertical scroll bars. The button just looks bit too long and create the scroll bars. Thanks in advance, Albert
Hello, Paste the code given below in Custom CSS section to fix this problem. (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (max-width: 960px) and (min-width: 767px){ .sidebar #signinForm input[type="submit"] { background: #FD5B3E; border: 2px solid #EC4122; width: 95%; border-radius: 5px; } .sidebar #signinForm input[type="submit"]:hover { background: #FAA57E; border: 2px solid #BB7A4A; width: 95%; border-radius: 5px; } } Thanks & Regards Yogesh Bhade