can't resize the input button

Discussion in 'GeoCraft WordPress Theme' started by aliounn, Jun 3, 2013.

Thread Status:
Not open for further replies.
  1. aliounn

    aliounn Member

    Joined:
    Dec 7, 2012
    Messages:
    136
    Likes Received:
    6
    Hi,
    I can not resize the buttons on my site. When I try to increase the width, the value of the button moves and the Button width remains intact.

    please see the attached image.
    thank's for your help.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    #registration_form .submit, #loginform input[type="submit"] {
    background-size: 144px 165px;
    width: 145px;
    height: 71px;
    }
    #registration_form .submit:hover, #loginform input[type="submit"]:hover {
    background-size: 144px 165px;
    width: 145px;
    height: 71px;
    background-position: 0px  -97px;
    }
    You can adjust these values according to your requirement.
    This will solve your issue.
     
  3. aliounn

    aliounn Member

    Joined:
    Dec 7, 2012
    Messages:
    136
    Likes Received:
    6
    thank you very much , appreciated your support.
     
Thread Status:
Not open for further replies.

Share This Page