• Resolved abso125

    (@abso125)


    Hello, thank you very much for the great work.

    I want to know how to make all my betterdocs pages full width. This include the docs page, subcategory page, archive page, single doc page and live search displayed on all of them.

    Here is a screenshot : https://imgur.com/rcMmRQY

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @abso125 ,

    It seems your theme default templates are not Full Width actually.
    You can switch to different themes like Twenty Twenty. And, check back.

    Besides that, you can try by adding this CSS to make it full width

    .post-type-archive-docs .container, .tax-doc_category .container, .single-docs .container {
        max-width: 100% !important;
     }

    NOTE: You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.
    After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code.

    If the above CSS doesn’t work, please share your page URL so that I can check this on your end and try to provide a custom CSS with the correct selector.

    Thread Starter abso125

    (@abso125)

    Thanks @abidhasan112
    The CSS Code didn’t work with the theme. It was Astra

    When I switched back to Twenty Twenty, the full width worked fine.
    But I have to take back all betterdocs design.

    Next update, make sure to fix that
    Thanks a lot

    Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @abso125 ,

    Since the BetterDocs design exists in the Customizer, it’s the default behavior of WordPress. When you change the theme, All the customizer settings get reset.

    Hope you understand.
    Thank you!

    Thread Starter abso125

    (@abso125)

    Now I understand, OMG…

    Thank you very much for the great support.
    I think I’ll open a ticket for filters (category and tag) right inside livesearch.

    Thanks a lot

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Full width for all betterdocs pages’ is closed to new replies.