diff --git a/extensions/odoo_theme/layout.html b/extensions/odoo_theme/layout.html
index ec0575e37..70007992a 100644
--- a/extensions/odoo_theme/layout.html
+++ b/extensions/odoo_theme/layout.html
@@ -93,7 +93,7 @@
{% set main_classes = main_classes + ['o_fullwidth_page'] %}
{% endif %}
-
+
{% include "layout_templates/searchbox.html" %}
diff --git a/extensions/odoo_theme/layout_templates/homepage.html b/extensions/odoo_theme/layout_templates/homepage.html
index 91e7227b9..11b935ade 100644
--- a/extensions/odoo_theme/layout_templates/homepage.html
+++ b/extensions/odoo_theme/layout_templates/homepage.html
@@ -107,7 +107,7 @@
{# If changelog exists add class border-bottom #}
-
+
{# If changelog exists add class border-bottom #}
-
+
diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss
index 8282f47e8..3129336a9 100644
--- a/extensions/odoo_theme/static/style.scss
+++ b/extensions/odoo_theme/static/style.scss
@@ -395,7 +395,7 @@ header.o_main_header{
&.index, &.o_fullwidth_page, &.o_has_code_column {
@include media-breakpoint-up(lg) {
- max-width: calc(100vw - (#{$o-side-nav-width} + var(--bs-gutter-x, 1.5rem)) );
+ max-width: calc(100vw - (#{$o-side-nav-width} + var(--bs-gutter-x, 1rem)) );
}
}