-
Author
-
October 7, 2016 at 10:48 #138540mlennox10Participant
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!
October 7, 2016 at 14:16 #138565LauraModeratorHello, 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 solutionLaura 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 🙂
October 12, 2016 at 13:03 #139247mlennox10ParticipantI 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.October 14, 2016 at 05:49 #139589LauraModeratorHello, 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 solutionLaura 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 🙂
October 20, 2016 at 09:01 #140467LauraModeratorHello, 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 solutionLaura 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 🙂
October 20, 2016 at 18:09 #140528RaduModeratorAdd 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 solutionOctober 25, 2016 at 11:13 #141121mlennox10ParticipantThat 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
October 26, 2016 at 17:27 #141442RaduModeratorAdd this css in wp-admin -> theme options -> general settings -> quick css
COPY CODEdiv#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 solutionOctober 28, 2016 at 12:25 #141850mlennox10ParticipantThank 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
October 31, 2016 at 17:49 #142237RaduModeratorHi,
Please replace code with thisCOPY CODEdiv#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 solutionOctober 31, 2016 at 18:05 #142243mlennox10ParticipantChanged it slightly but thank you that seems to have worked perfectly!
October 31, 2016 at 20:32 #142291RaduModeratorGreat
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.