Larger search window

This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 4 years, 3 months ago.

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

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

    Attachments:
    You must be logged in to view attached files.
    #21371
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #21377
    dmor
    dmor
    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.

    Attachments:
    You must be logged in to view attached files.
    #21380
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #21381
    dmor
    dmor
    Participant

    Excellent! That worked very well Thanks for your help.

    #21383
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


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

You must be logged in to reply to this topic.