Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • 6r0pius Friend
    #167564

    I want to make the search field shorter, but I don’t know how…. can anyone help me?

    thank !!

    jneubauer Friend
    #406966

    is this for he default search module?
    You should be able to do that by shortening the amount of characters for the field in the module parameters.

    pritam Friend
    #406999

    Hello 6r0pius ,

    To make “search field” shorter

    Find This code at template.css

    #ja-search {
    bottom: 15px;
    position: absolute;
    right: 0;
    }

    Change this code to :-

    #ja-search {
    bottom: 15px;
    position: absolute;
    right: 0;
    width: 200px; /*set pixel as per requirement */
    }

    6r0pius Friend
    #408593

    that worked perfect !!! thanks !

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  6r0pius 13 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum