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

Search layout problem after first install

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13244
    warrior7089warrior7089
    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 MarcinkoErnest 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: http://i.imgur.com/EQuemWe.png

    That should hopefully help!

    #13259
    warrior7089warrior7089
    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 MarcinkoErnest Marcinko
    Keymaster

    Hi Roman,

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

    [html].fusion-header-tagline {
    margin-right: 24px;
    }[/html]

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

    #13265
    warrior7089warrior7089
    Participant

    Great, Ernest, thanks.
    It worked as expected!

    #13268
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Search layout problem after first install’ is closed to new replies.