diff --git a/content/community/index.md b/content/community/index.md
index 0045324bc..6518abe7d 100644
--- a/content/community/index.md
+++ b/content/community/index.md
@@ -4,11 +4,9 @@ template: "page.html"
insert_anchor_links: "left"
---
-
-
-{% row(style="center narrow") %}
+{% row(style="center mtop narrow") %}
## Welcome Into
**The Fold**
@@ -23,11 +21,11 @@ We're a 100% open-source and community-driven project that builds the critical i
{% end %}
-
+
-{% row(style="center between") %}
+{% row(style="center mtop between") %}
[](https://forum.threefold.io/)
@@ -69,7 +67,7 @@ We're a 100% open-source and community-driven project that builds the critical i
{% end %}
-{% row(style="center between") %}
+{% row(style="center mbottom between") %}
[](https://www.youtube.com/threefoldfoundation)
@@ -85,11 +83,14 @@ We're a 100% open-source and community-driven project that builds the critical i
-
-{% row(bgColor="#f2f2f2" style="narrow margin reverse") %}
+{% row(style="margin" bgColor="#f2f2f2") %}
+
+
+
+|||
## Join the ThreeFold
**Developer Community**
@@ -97,10 +98,6 @@ From testing our latest releases to joining our development teams or applying fo
-|||
-
-
-
{% end %}
@@ -116,8 +113,6 @@ Check out the FAQs or ask a question on the ThreeFold Forum.
{% end %}
-
-
{% community_banner() %}
diff --git a/templates/shortcodes/row.html b/templates/shortcodes/row.html
index c5063834b..62bcee7eb 100644
--- a/templates/shortcodes/row.html
+++ b/templates/shortcodes/row.html
@@ -122,7 +122,7 @@ Parameters:
{% endif %}
{% if bgColor %}
{% set styles = "background-color: " ~ bgColor ~ "; background-size: cover" %}
- {% set row_class = row_class ~ "w-screen -mx-8 sm:-mx-12 md:-mx-16 lg:-mx-20" %}
+ {% set row_class = row_class ~ " w-auto -mx-4 sm:-mx-12 md:-mx-16 lg:-mx-20" %}
{% endif %}
{% if gradient %}
{% set styles = "background: " ~ gradient ~ "; background-size: cover" %}
diff --git a/templates/shortcodes/tft_header.html b/templates/shortcodes/tft_header.html
index d1c9b1304..9b071c5d9 100644
--- a/templates/shortcodes/tft_header.html
+++ b/templates/shortcodes/tft_header.html
@@ -2,7 +2,7 @@