Hi @topmostwp,
Please, share the page URL of your doc page. I will take care of it and try provide you some custom CSS to fix the issue.
Thank you.
Hi Shamser,
Here is the URL of the doc page. https://topmosthardware.ph/help-center
Thank you!
Hi @topmostwp,
Please, push the following CSS to your custom CSS section:
.betterdocs-search-form-wrap {
display: none;
}
Let me know how it goes. Thank you.
It works, however, the live search is gone in the main page of the docs, do you know how can I make it visible on homepage only?
Hi @topmostwp,
Please, push the following CSS to your custom CSS section:
.betterdocs-wraper .betterdocs-search-form-wrap {
display: block;
}
Please, don’t remove the previous CSS code. Keep that one also. Let me know how it goes. Thank you.
Hi @shamser_suzon, everything works perfectly now thank you so much! Last thing, is there a way where I can make the live search in fullwidth as you can see there are some white spaces beside the sidebar. Is this possible?
Kindly see the img for your reference.
https://i.imgur.com/GvHUGIF.png
Hi there,
Actually, this is happening because of your website’s main container width. Your container width is not full width.
I hope you understand. Thank you.
Okay I understand, thank you again. 🙂