This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Desktop "Search box Width" incorrectly limits width of parent container

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Desktop "Search box Width" incorrectly limits width of parent container

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37780
    Healthwatch BucksHealthwatch Bucks
    Participant

    Under Theme & Styling Options – > Overall box layout -> Search box Width

    The “desktop” setting also sets the overall width of the container:

    .asp_w_container_3 {
    width: 50%;
    }

    #ajaxsearchpro3_1, #ajaxsearchpro3_2, div.asp_m.asp_m_3 {
    width: 50%;
    height: auto;
    max-height: none;
    border-radius: 5px;
    background: #d1eaff;
    margin-top: 0;
    margin-bottom: 0;
    }

    Pretty sure the width of the container shouldnt be affected at all otherwise it totally messes with the other “Search box width” settings when the media-queries kick in.

    #37781
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Thank you for noticing!
    Yes – this is a known issue, we have already fixed it for the upcoming release.

    If you want, I can send you the patched file to replace in the plugin folder, in case you need it now.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.