Viewing 8 replies - 1 through 8 (of 8 total)
  • Shamser Suzon

    (@shamser_suzon)

    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.

    Thread Starter topmostwp

    (@topmostwp)

    Hi Shamser,

    Here is the URL of the doc page. https://topmosthardware.ph/help-center

    Thank you!

    Shamser Suzon

    (@shamser_suzon)

    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.

    Thread Starter topmostwp

    (@topmostwp)

    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?

    Shamser Suzon

    (@shamser_suzon)

    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.

    Thread Starter topmostwp

    (@topmostwp)

    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

    Shamser Suzon

    (@shamser_suzon)

    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.

    Thread Starter topmostwp

    (@topmostwp)

    Okay I understand, thank you again. ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Layout Padding’ is closed to new replies.