Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26310

    Search button is pushed too far off to the right in the widget area.

    http://www.womensclosetexchange.net/the-store-2/

    I have tried to change the css to shorten the search box so the search button will fit but that did not work. Here is the code I used, where did I go wrong. I changed the min and max widths

    #top #searchsubmit, .ajax_load {

    border-radius: 0 0 0 0;

    height: 39px;

    line-height: 40px;

    margin: 0;

    min-width: 30px;

    padding: 0;

    position: absolute;

    right: 0;

    top: 0;

    width: 35px;

    z-index: 2;

    }

    #129994

    Hi!

    Please try following code

    #top #searchform #searchsubmit {
    width: 66px;
    top: 21px;
    }

    Regards,

    Peter

    #129995

    Excellent, thanks! Looks great.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Search Button cut off in widget area’ is closed to new replies.