Shorten width of search boxes?

Discussion in 'GeoCraft WordPress Theme' started by leosherlock, Feb 14, 2015.

  1. leosherlock

    leosherlock Member

    Joined:
    Dec 23, 2014
    Messages:
    80
    Likes Received:
    0
    Hi there,

    My search button doesn't fit on the screen properly because the search boxes about 10px too long.
    Can I have some custom code to shorten them please?

    Please see attached image.
    Thank you,
    Leo
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey Leo !

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .search_for input {
    width: 90% !important;
    padding-right: 20px !important;
    }
    .search_location input {
    width: 90% !important;
    padding-right: 20px !important;
    }
    Thanks,
    Praveen
     

Share This Page