Search layout problem after first install

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Search layout problem after first install

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13244
    warrior7089
    warrior7089
    Participant

    Hi,
    I’ve just purchased and installed ajax search pro plugin and it seems like its layout is broken.
    Disabling all plugins doesn’t help.
    Please have a look and advise how to fix it.
    My theme is Avada.
    Thanks in advance.

    #13246
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    The problem there is that the container element, in which the search is placed has a very small width, and since the search width is set to 100% by default, it can’t be wider as the container element.

    The fix is very simple, just set a static pixel width on the back-end, under the Theme Options -> Overall box layout panel, like so: https://i.imgur.com/EQuemWe.png

    That should hopefully help!

    Best,
    Ernest Marcinko

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


    #13259
    warrior7089
    warrior7089
    Participant

    Hi, Ernest.
    It did help. Thanks for your fast and kind reply. I was wondering if it’s possible to make some space between search and the tagline.
    It seems like too close.
    Thanks in advance.
    Roman

    #13260
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi Roman,

    I’m glad it helped. Sure, I would solve that with this custom CSS:

    .fusion-header-tagline {
        margin-right: 24px;
    }

    This will add 24 pixels of margin to the left of the tagline text, leaving some gap between the search and the text.

    Best,
    Ernest Marcinko

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


    #13265
    warrior7089
    warrior7089
    Participant

    Great, Ernest, thanks.
    It worked as expected!

    #13268
    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)

The topic ‘Search layout problem after first install’ is closed to new replies.