This topic has 13 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #138540
     mlennox10
    Participant

    When I create a search on my website the options are then displayed very unorganized and messy I am not sure why it does this if anyone could help me change this it will be greatly appreciated!

    #138565
     Laura
    Moderator

    Hello, what search do you mean? can you share screenshots? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #139247
     mlennox10
    Participant

    I have attached a Screenshot of what I am trying to describe! Thank you for your help!

    Attachments:
    You must be logged in to view attached files.
    #139589
     Laura
    Moderator

    Hello, i see the issue, can you share admin credentials?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #139631
     mlennox10
    Participant
    This reply has been set as private.
    #139931
     mlennox10
    Participant
    This reply has been set as private.
    #140467
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #140528
     Radu
    Moderator

    Add this css to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    
    #header #ajax_search_container a.ajax_view_all, #header #ajax_search_container .ajax_search_content a {
        font-size: 12px;
    }
    
    
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #141121
     mlennox10
    Participant

    That seems to have worked thank you! The only issue I do have is that it now looks as though it is not displaying all of the results, I would like to be able to see the end of the drop down as I scroll further down the page

    #141442
     Radu
    Moderator

    Add this css in wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    
    div#ajax_search_container {
        overflow-y: scroll;
        height: 100%;
        min-height: 780px;
    }
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #141850
     mlennox10
    Participant

    Thank you very much! That does not seem to have made any changes the last part of the text when i scroll down still looks cut off? I would like there to be a slight whitespace underneath the last automatic search result

    #142237
     Radu
    Moderator

    Hi,
    Please replace code with this

    COPY CODE
    
    div#ajax_search_container {
        overflow-y: scroll;
        max-height: 780px;
    }
    

    I saw the change on your website but change it with this code it’s better

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #142243
     mlennox10
    Participant

    Changed it slightly but thank you that seems to have worked perfectly!

    #142291
     Radu
    Moderator

    Great

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?