Submit button is too large.

Discussion in 'Blackriders WordPress Theme' started by destinationauto, Sep 24, 2014.

  1. destinationauto

    destinationauto New Member

    Joined:
    Sep 19, 2014
    Messages:
    23
    Likes Received:
    0
    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
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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
     
  3. destinationauto

    destinationauto New Member

    Joined:
    Sep 19, 2014
    Messages:
    23
    Likes Received:
    0
    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
     

    Attached Files:

  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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
     

Share This Page