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

Larger search window

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #21361
    dmordmor
    Participant

    Hi.
    Is there a way to make the search window larger?
    Thank you

    #21371
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Yes, you can enter it’s width under the Theme Options -> Overall Box Layout panel. Try using a pixel value, instead of the default 100%, maybe something like 320px or so.

    #21377
    dmordmor
    Participant

    Hi Ernst.
    Thanks for your reply.
    I was wondering if there is a way to change the results window size without affecting the search box.
    I’m putting the search window inside my menu making it larger affects the layout: it pushes everything left.
    I think the results window hovers above the page in a separate layer so I was wondering if there is any way to make that window wider.
    Otherwise you have a great plug in which really enhances my website and I really appreciate it.

    #21380
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Oh, I see what you mean now. Sure, you can do that by changing the search width to whatever you like, and using a custom CSS to force a different width for the results box:

    .asp_r {
        min-width: 480px;
        margin-left: -320px !important;
    }

    The margin-left value might need to be adjusted, depending on the min-width you choose.

    #21381
    dmordmor
    Participant

    Excellent! That worked very well Thanks for your help.

    #21383
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

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