diff --git a/404.php b/404.php
index 723d063..e9497e4 100644
--- a/404.php
+++ b/404.php
@@ -11,7 +11,7 @@
get_header(); ?>
-
+
diff --git a/package-lock.json b/package-lock.json
index 3f8d25b..49aed52 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "xe",
- "version": "2.3.7",
+ "version": "2.3.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index c08cb2b..beb3ffe 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "xe",
- "version": "2.3.7",
+ "version": "2.3.8",
"description": "This is Just another WordPress framework. It is built for developers to create awesome and highly customizable themes for clients or sell it on any marketplace.",
"main": "build.js",
"scripts": {
diff --git a/page.php b/page.php
index 2f66a33..bad3165 100644
--- a/page.php
+++ b/page.php
@@ -35,11 +35,11 @@
$classes = 'page-content '.$xe_opt->container;
}
-$classes = Helper::classes( array('site-content', 'padding-top-bottom', $classes) );
+$classes = Helper::classes( array('site-content', 'padding-top-bottom', $classes, 'clearfix') );
get_header(); ?>
-
+
diff --git a/readme.txt b/readme.txt
index 26077bb..291cb4f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -10,6 +10,9 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
This is just another WordPress framework or whatever you may prefer to call it. It is built for developers to create awesome and highly customizable themes for clients or sell it on any marketplace.
== Changelog ==
+----- v2.3.8 ------------
+Fixed: Minor bugs in layout.
+
----- v2.3.7 ------------
Fixed: Blog and archives inconsistent bottom padding.
diff --git a/search.php b/search.php
index 192a363..3ece2e5 100644
--- a/search.php
+++ b/search.php
@@ -11,7 +11,7 @@
get_header(); ?>
-
+
diff --git a/single.php b/single.php
index 46a2220..4f07904 100644
--- a/single.php
+++ b/single.php
@@ -11,7 +11,7 @@
get_header(); ?>
-