diff --git a/network-api/networkapi/wagtailpages/templates/buyersguide/product_page.html b/network-api/networkapi/wagtailpages/templates/buyersguide/product_page.html index f34234aaac2..da0096546d9 100644 --- a/network-api/networkapi/wagtailpages/templates/buyersguide/product_page.html +++ b/network-api/networkapi/wagtailpages/templates/buyersguide/product_page.html @@ -260,17 +260,7 @@

{% trans "Artificial Intelligence" %}

{% endif %} - - - - - -
-
-
-
-
- {% if product.updates.count > 0 %} + {% if product.updates.count > 0 %}

{% trans "News" %}

{% endif %} {% if product.updates.count > 0 %} @@ -313,16 +303,27 @@

{% trans "Related products" %}

{% endfor %}
- {% if use_commento %} -

{% trans "Comments" %}

-
- {% endif %} +
+
+
+
+ +{% if use_commento %} + +
+
+
+
+
+

{% trans "Comments" %}

+
+{% endif %} {% endwith %} {% endblock %} diff --git a/source/sass/buyers-guide/views/product.scss b/source/sass/buyers-guide/views/product.scss index be5c5d5a99d..e4fb1286d7e 100644 --- a/source/sass/buyers-guide/views/product.scss +++ b/source/sass/buyers-guide/views/product.scss @@ -108,7 +108,7 @@ } } -.product-section-padding-x { +.comment-section-padding-x { padding-left: 18px; padding-right: 18px;