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.
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
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!
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